Skip to content

Commit

Permalink
Reduce sauce timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 6, 2013
1 parent 6311d3b commit 80368f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/saucelabs.js
Expand Up @@ -247,8 +247,8 @@
var options = {
'build': build,
'framework': 'qunit',
'idle-timeout': 240,
'max-duration': 480,
'idle-timeout': 180,
'max-duration': 360,
'name': sessionName,
'public': 'public',
'platforms': platforms,
Expand Down

0 comments on commit 80368f7

Please sign in to comment.