Increase timeout on Windows CI

This commit is contained in:
Kevin Sawicki
2014-07-07 10:14:38 -07:00
parent b5f8b159fc
commit 0aa5fa9eeb

View File

@@ -37,7 +37,7 @@ jasmine.getEnv().addEqualityTester(_.isEqual) # Use underscore's definition of e
if process.platform is 'win32' and process.env.JANKY_SHA1
# Use longer timeout on Windows CI
jasmine.getEnv().defaultTimeoutInterval = 30000
jasmine.getEnv().defaultTimeoutInterval = 60000
else
jasmine.getEnv().defaultTimeoutInterval = 5000