Skip to content

Commit 2ae7e1c

Browse files
committed
Increase amount of commands in the stress test
1 parent 878dbf0 commit 2ae7e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/stress.test.js

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

0 commit comments

Comments
 (0)