Skip to content

Commit b251e28

Browse files
Peter Wilhelmsson2hdddg
authored andcommitted
Increased fast mode timeout from 10mins to 20mins
1 parent e851806 commit b251e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stress.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('#integration stress tests', () => {
3333
fast: {
3434
commandsCount: 5000,
3535
parallelism: 8,
36-
maxRunTimeMs: 10 * 60000 // 10 minutes
36+
maxRunTimeMs: 20 * 60000 // 10 minutes
3737
},
3838
extended: {
3939
commandsCount: 2000000,

0 commit comments

Comments
 (0)