Skip to content

Commit 37e1f7f

Browse files
committed
Chore: relax timeout
1 parent 429e4bb commit 37e1f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"postversion": "git push && git push --tags",
3434
"clean": "rimraf .nyc_output coverage index.js",
3535
"lint": "eslint lib scripts tests",
36-
"test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot",
37-
"watch": "mocha \"tests/lib/**/*.js\" --reporter dot --watch --growl",
36+
"test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000",
37+
"watch": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000 --watch --growl",
3838
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
3939
"codecov": "nyc report --reporter lcovonly && codecov"
4040
},

0 commit comments

Comments
 (0)