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

Commit 9a92b5c

Browse files
committed
chore(karma): Increase the dart2js timeout
1 parent e582218 commit 9a92b5c

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

2626
// If browser does not capture in given timeout [ms], kill it
2727
captureTimeout: 20000,
28-
// 3 minutes is enough time for dart2js to run
29-
browserNoActivityTimeout: 180000,
28+
// 5 minutes is enough time for dart2js to run on Travis...
29+
browserNoActivityTimeout: 300000,
3030

3131
plugins: [
3232
'karma-dart',

0 commit comments

Comments
 (0)