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

Commit 830d334

Browse files
committed
chore(travis): increase max-duration to address sauce timeout on FF test
1 parent eac36d1 commit 830d334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ module.exports = function(config) {
7575
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
7676
startConnect: false,
7777
options: {
78-
'selenium-version': '2.41.0'
78+
'selenium-version': '2.41.0',
79+
'max-duration': 2700
7980
}
8081
}
8182
});

0 commit comments

Comments
 (0)