Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9a81b86

Browse files
committed
chore(travis): give browsers more time to respond
1 parent 9481d69 commit 9a81b86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

karma-e2e.conf.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = function(config) {
2020
junitReporter: {
2121
outputFile: 'test_out/e2e.xml',
2222
suite: 'E2E'
23-
}
23+
},
24+
25+
browserNoActivityTimeout: 90000
2426
});
2527
};

karma-shared.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = function(config, specificOptions) {
77
browsers: ['Chrome'],
88
browserDisconnectTimeout: 10000,
99
browserDisconnectTolerance: 2,
10+
browserNoActivityTimeout: 20000,
1011

1112

1213
// SauceLabs config for local development.

0 commit comments

Comments
 (0)