Skip to content

Commit

Permalink
Update eslint/babel-eslint-parser/src/client.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu authored and nicolo-ribaudo committed May 17, 2022
1 parent c201157 commit 93a4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/src/client.cjs
Expand Up @@ -80,7 +80,7 @@ exports.WorkerClient = class WorkerClient extends Client {
subChannel.port2,
);
if (resp) break;
Atomics.wait(this.#signal, 1, 0, 30);
Atomics.wait(this.#signal, 1, 0, 5);
}

const message = resp.message;
Expand Down

0 comments on commit 93a4ea6

Please sign in to comment.