Skip to content

Commit ab1a307

Browse files
authored
maxConcurrency
1 parent e2ca9a7 commit ab1a307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88
apiVersion: 'v0/',
99
ourTimeout: 40000,
1010
},
11-
maxWorkers: 1
11+
maxWorkers: 1,
12+
maxConcurrency: 1
1213
}

0 commit comments

Comments
 (0)