Increase sauce idle-timeout from the default of 90 to 300.

This commit is contained in:
John-David Dalton
2013-12-01 12:09:45 -06:00
parent 9fe7bb7362
commit be7a0fef41

View File

@@ -247,6 +247,7 @@
var options = {
'build': build,
'framework': 'qunit',
'idle-timeout': 300,
'name': sessionName,
'public': 'public',
'platforms': platforms,