Skip to content

Commit

Permalink
Add timeout to cloud tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Oct 10, 2019
1 parent f3a461a commit fca902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint .",
"test-node": "mocha test/ integration-test/ -R dot --check-leaks",
"test-headless": "mochify --no-detect-globals --timeout=10000",
"test-cloud": "mochify --wd --no-detect-globals",
"test-cloud": "mochify --wd --no-detect-globals --timeout=10000",
"test": "npm run lint && npm run test-node && npm run test-headless",
"bundle": "browserify --no-detect-globals -s lolex -o lolex.js src/lolex-src.js",
"prepublishOnly": "npm run bundle",
Expand Down

0 comments on commit fca902f

Please sign in to comment.