Skip to content

Commit 165e4ad

Browse files
committed
chore(travis): allow more time to run dart2js tests
1 parent 03a7516 commit 165e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function(config) {
2828
// If browser does not capture in given timeout [ms], kill it
2929
captureTimeout: 20000,
3030
// Time for dart2js to run on Travis... [ms]
31-
browserNoActivityTimeout: 900000,
31+
browserNoActivityTimeout: 1500000,
3232

3333
plugins: [
3434
'karma-dart',

0 commit comments

Comments
 (0)