Skip to content

Commit

Permalink
CLDR-14408 improve FE test timeouts (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Jul 22, 2021
1 parent 8b607df commit 3dc49cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cldr-apps/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-test": "webpack --config webpack-test.config.js",
"test": "npm run nonbrowser-test && npm run browser-test",
"nonbrowser-test": "mocha --require esm --reporter spec test/nonbrowser/test-*.js",
"browser-test": "npm run build-test && mocha-chrome test/Test.html",
"browser-test": "npm run build-test && mocha-chrome test/Test.html --chrome-launcher.connectionPollInterval=2000 --chrome-launcher.maxConnectionRetries=300",
"lint": "exit 0",
"build": "webpack",
"watch": "webpack watch"
Expand Down

0 comments on commit 3dc49cc

Please sign in to comment.