Skip to content

Commit 6694ff1

Browse files
committed
test: updates
1 parent 345cabb commit 6694ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
process.env.CHOKIDAR_USEPOLLING = true;
4-
jest.setTimeout(120000);
4+
jest.setTimeout(20000);
55

66
// retry 3 times for flaky tests
77
jest.retryTimes(3);

0 commit comments

Comments
 (0)