Skip to content

Commit 8755130

Browse files
committed
Increase timeout
1 parent 33e933a commit 8755130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/test/test-worker-threads.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ describe('Worker Threads', () => {
1515
});
1616

1717
it('should not crash when worker is terminated', async function () {
18-
this.timeout(20000);
18+
this.timeout(30000);
1919
const nruns = 5;
20-
const concurrentWorkers = 100;
20+
const concurrentWorkers = 20;
2121
for (let i = 0; i < nruns; i++) {
2222
const workers = [];
2323
for (let j = 0; j < concurrentWorkers; j++) {

0 commit comments

Comments
 (0)