Skip to content

Commit 7b08a78

Browse files
committed
chore(build): Increase timeout for mocha tests from 2000ms to 10000ms
1 parent ec61bd5 commit 7b08a78

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
@@ -69,7 +69,7 @@
6969
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
7070
"coverage": "nyc npm run test",
7171
"lint": "eslint src test *.js",
72-
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
72+
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --timeout 10000 --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
7373
"watch": "babel-node ./resources/watch.js",
7474
"link": "npm link graphql && npm link graphql-compose && npm link graphql-compose-connection && npm link mongoose && npm link",
7575
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

0 commit comments

Comments
 (0)