Skip to content

Commit 9da91af

Browse files
committed
increase karma timeout config
1 parent afd5fac commit 9da91af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ func.defaultConfig = {
218218
singleRun: argv.nowatch,
219219

220220
// how long will Karma wait for a message from a browser before disconnecting (30 ms)
221-
browserNoActivityTimeout: 30000,
221+
browserNoActivityTimeout: 60000,
222222

223223
// how long does Karma wait for a browser to reconnect (in ms).
224-
browserDisconnectTimeout: 30000,
224+
browserDisconnectTimeout: 60000,
225225

226226
// start these browsers
227227
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher

0 commit comments

Comments
 (0)