Skip to content

Commit 1d190a7

Browse files
committed
Increase mocha-chrome launch timeouts
See unicode-org/cldr#1377 See shellscape/mocha-chrome#32
1 parent 22094de commit 1d190a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:prettier": "prettier --list-different src/**",
2929
"test:prettier:fix": "prettier --write src/**",
3030
"test:mocha": "run-s build test:mocha:run",
31-
"test:mocha:run": "mocha-chrome test/index.html",
31+
"test:mocha:run": "mocha-chrome test/index.html --chrome-launcher.connectionPollInterval=2000 --chrome-launcher.maxConnectionRetries=300",
3232
"test": "run-s test:*",
3333
"watch": "microbundle watch --globals=react=React,cytoscape=cytoscape,prop-types=PropTypes",
3434
"start": "run-s watch"

0 commit comments

Comments
 (0)