Skip to content

Commit

Permalink
Increase mocha-chrome launch timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 6, 2022
1 parent 913871a commit 851c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:prettier": "prettier --list-different src/**",
"test:prettier:fix": "prettier --write src/**",
"test:mocha": "run-s build test:mocha:run",
"test:mocha:run": "mocha-chrome test/index.html",
"test:mocha:run": "mocha-chrome test/index.html --chrome-launcher.connectionPollInterval=2000 --chrome-launcher.maxConnectionRetries=300",
"test": "run-s test:*",
"watch": "microbundle watch --globals=react=React,cytoscape=cytoscape,prop-types=PropTypes",
"start": "run-s watch"
Expand Down

0 comments on commit 851c579

Please sign in to comment.