Skip to content

Commit 2812f73

Browse files
author
Robert Jackson
committed
Increase browser start timeout.
30s seems to be a bit too slow in some circumstances with GitHub Actions CI.
1 parent 34cf9e0 commit 2812f73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
disable_watching: true,
44
launch_in_ci: ['Chrome'],
55
launch_in_dev: ['Chrome'],
6+
browser_start_timeout: 120,
67
browser_args: {
78
Chrome: {
89
ci: [

0 commit comments

Comments
 (0)