Skip to content

Commit 2339da8

Browse files
committed
testem: Increase start timeout for GitHub Actions CI
1 parent 39b4e76 commit 2339da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
parallel: -1,
77
launch_in_ci: ['Chrome'],
88
launch_in_dev: ['Chrome'],
9+
browser_start_timeout: 120,
910
browser_args: {
1011
Chrome: {
1112
mode: 'ci',

0 commit comments

Comments
 (0)