Skip to content

Commit d4f47c4

Browse files
committed
Try to bump karma's timeouts to see if that helps with the flaky browser test action
1 parent c75ec07 commit d4f47c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = function (config) {
1515

1616
browsers: ['ChromeHeadlessNoSandbox', 'ie11'],
1717

18-
browserDisconnectTimeout: '60000',
19-
browserNoActivityTimeout: '60000',
18+
browserDisconnectTimeout: '120000',
19+
browserNoActivityTimeout: '120000',
2020

2121
client: {
2222
mocha: {

0 commit comments

Comments
 (0)