Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 0d342e4

Browse files
vicbtravis@travis-ci.org
authored andcommitted
chore(Travis): Increase browserNoActivityTimeout to prevent build failures
1 parent 8470abd commit 0d342e4

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
@@ -27,8 +27,8 @@ module.exports = function(config) {
2727

2828
// If browser does not capture in given timeout [ms], kill it
2929
captureTimeout: 20000,
30-
// 5 minutes is enough time for dart2js to run on Travis...
31-
browserNoActivityTimeout: 300000,
30+
// Time for dart2js to run on Travis... [ms]
31+
browserNoActivityTimeout: 900000,
3232

3333
plugins: [
3434
'karma-dart',

0 commit comments

Comments
 (0)