Skip to content

Commit

Permalink
Shorter readonly threads test
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed May 24, 2022
1 parent 52c7064 commit 09ae861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/readonly-threads.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (isMainThread) {

// This will start as many workers as there are CPUs available.
let messages = [];
let iterations = 1000;
let iterations = 100;
function startWorker() {
if (iterations-- <= 0)
return;
Expand Down

0 comments on commit 09ae861

Please sign in to comment.