We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a471980 commit 0d66e29Copy full SHA for 0d66e29
package.json
@@ -19,7 +19,7 @@
19
"url": "http://github.com/graphql/graphql-js.git"
20
},
21
"options": {
22
- "mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace --timeout 5000 src/**/__tests__/**/*-test.js"
+ "mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
23
24
"scripts": {
25
"test": "npm run lint && npm run check && npm run testonly",
0 commit comments