Skip to content

Commit 94007fd

Browse files
committed
⚒ make test's timeout longer
1 parent 1b41ac5 commit 94007fd

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
@@ -17,7 +17,7 @@
1717
"node": ">= 4"
1818
},
1919
"scripts": {
20-
"_mocha": "mocha \"test/*.js\" --timeout 60000",
20+
"_mocha": "mocha \"test/*.js\" --timeout 120000",
2121
"clean": "rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"",
2222
"docs": "jsdoc -c jsdoc.json",
2323
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",

0 commit comments

Comments
 (0)