Skip to content

Commit

Permalink
⚒ make test's timeout longer
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Nov 24, 2018
1 parent 1b41ac5 commit 94007fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"node": ">= 4"
},
"scripts": {
"_mocha": "mocha \"test/*.js\" --timeout 60000",
"_mocha": "mocha \"test/*.js\" --timeout 120000",
"clean": "rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"",
"docs": "jsdoc -c jsdoc.json",
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
Expand Down

0 comments on commit 94007fd

Please sign in to comment.