Skip to content

Commit 0d66e29

Browse files
committed
Increase test run time further for slow machines
1 parent a471980 commit 0d66e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "http://github.com/graphql/graphql-js.git"
2020
},
2121
"options": {
22-
"mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace --timeout 5000 src/**/__tests__/**/*-test.js"
22+
"mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
2323
},
2424
"scripts": {
2525
"test": "npm run lint && npm run check && npm run testonly",

0 commit comments

Comments
 (0)