Skip to content

Commit daa8cd0

Browse files
committed
restore test setting
1 parent 3c5777a commit daa8cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
3131
"prettier:fix": "npm run prettier -- --write",
3232
"test": "npm run build && npm run env && npm run unit",
33-
"unit": "mocha --recursive test/specs --timeout 1000 --exit"
33+
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
3434
},
3535
"dependencies": {
3636
"browser-sync-client": "^2.27.7",

0 commit comments

Comments
 (0)