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

Commit

Permalink
chore(sauce): increase max-duration to avoid disconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed Sep 16, 2014
1 parent 94c3522 commit e4fdea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = function(config) {
'selenium-version': '2.41.0',
'command-timeout': 600,
'idle-timeout': 600,
'max-duration': 2700
'max-duration': 5400
}
}
});
Expand Down

0 comments on commit e4fdea4

Please sign in to comment.