Skip to content

Commit

Permalink
testem: Increase start timeout for GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 26, 2020
1 parent 39b4e76 commit 2339da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
parallel: -1,
launch_in_ci: ['Chrome'],
launch_in_dev: ['Chrome'],
browser_start_timeout: 120,
browser_args: {
Chrome: {
mode: 'ci',
Expand Down

0 comments on commit 2339da8

Please sign in to comment.