Skip to content

Commit 25d1b66

Browse files
committed
CLDR-14408 improve FE test timeouts
per shellscape/mocha-chrome#32 (comment)
1 parent 8b607df commit 25d1b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/cldr-apps/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-test": "webpack --config webpack-test.config.js",
88
"test": "npm run nonbrowser-test && npm run browser-test",
99
"nonbrowser-test": "mocha --require esm --reporter spec test/nonbrowser/test-*.js",
10-
"browser-test": "npm run build-test && mocha-chrome test/Test.html",
10+
"browser-test": "npm run build-test && mocha-chrome test/Test.html --chrome-launcher.connectionPollInterval=2000 --chrome-launcher.maxConnectionRetries=300",
1111
"lint": "exit 0",
1212
"build": "webpack",
1313
"watch": "webpack watch"

0 commit comments

Comments
 (0)