Skip to content

Commit

Permalink
Auto merge of #2159 - Turbo87:timeout, r=locks
Browse files Browse the repository at this point in the history
testem: Increase start timeout for GitHub Actions CI

similar to mainmatter/ember-test-selectors#463 :)

r? @locks
  • Loading branch information
bors committed Jan 27, 2020
2 parents 90c5817 + 2339da8 commit 36e3158
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 36e3158

Please sign in to comment.