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 026870c commit d11883eCopy full SHA for d11883e
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 src/**/__tests__/**/*-test.js"
+ "mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace --timeout 5000 src/**/__tests__/**/*-test.js"
23
24
"scripts": {
25
"test": "npm run lint && npm run check && npm run testonly",
0 commit comments