Skip to content

Commit 8e67d81

Browse files
committed
⚒ update test timeout
1 parent 9538fc5 commit 8e67d81

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
@@ -48,7 +48,7 @@
4848
"pretest": "npm run -s lint",
4949
"test": "nyc npm run -s test:mocha",
5050
"test:ci": "nyc npm run -s test:mocha",
51-
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 4000",
51+
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
5252
"watch": "npm run -s test:mocha -- --watch --growl",
5353
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
5454
"codecov": "nyc report --reporter lcovonly && codecov --disable=gcov"

0 commit comments

Comments
 (0)