Skip to content

Commit cd7faf6

Browse files
committed
Tests: increase browserNoActivityTimeout timeouts
To address Firefox failing often on windows CI
1 parent 0fb2c06 commit cd7faf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = function(config) {
9393
}
9494
},
9595

96-
browserDisconnectTimeout: 30000
96+
browserDisconnectTimeout: 30000,
97+
browserNoActivityTimeout: 45000
9798
});
9899
};

0 commit comments

Comments
 (0)