Skip to content

Commit c4da393

Browse files
committed
adjust karma config
1 parent 8cccacc commit c4da393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jasmine/karma.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ func.defaultConfig = {
220220
// how long will Karma wait for a message from a browser before disconnecting (30 ms)
221221
browserNoActivityTimeout: 30000,
222222

223+
// how long does Karma wait for a browser to reconnect (in ms).
224+
browserDisconnectTimeout: 30000,
225+
223226
// start these browsers
224227
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
225228
//

0 commit comments

Comments
 (0)