Reduce sauce timeouts.

This commit is contained in:
John-David Dalton
2013-12-05 21:25:03 -08:00
parent 088e199aa2
commit 9a0465eb05

View File

@@ -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,