Skip to content

Commit c469dd9

Browse files
...
1 parent 87bf0b9 commit c469dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ module.exports = function(config) {
2828
browsers: process.env.KARMA_BROWSERS
2929
? process.env.KARMA_BROWSERS.split(',')
3030
: ['Chrome'],
31-
browserNoActivityTimeout: 60000,
31+
browserNoActivityTimeout: 120000,
3232
captureTimeout: 60000,
3333
client: {
3434
jasmine: {
35-
timeoutInterval: 60000
35+
timeoutInterval: 120000
3636
}
3737
},
3838
customLaunchers: {

0 commit comments

Comments
 (0)