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

Commit 475eddf

Browse files
committed
chore(karma): longer reconnect timeout
1 parent 4138a80 commit 475eddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma-shared.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = function(config, specificOptions) {
55
logLevel: config.LOG_INFO,
66
logColors: true,
77
browsers: ['Chrome'],
8-
runnerPort: 0,
8+
browserDisconnectTimeout: 5000,
9+
910

1011
// config for Travis CI
1112
sauceLabs: {

0 commit comments

Comments
 (0)