Increase defaultTimeoutInterval for Travis

This commit is contained in:
Antonio Scandurra
2015-04-10 21:07:14 +02:00
parent 9a269178cd
commit 6dfcc582b3

View File

@@ -51,7 +51,7 @@ Object.defineProperty document, 'title',
jasmine.getEnv().addEqualityTester(_.isEqual) # Use underscore's definition of equality for toEqual assertions
if process.env.JANKY_SHA1 and process.platform is 'win32'
if (process.env.JANKY_SHA1 and process.platform is 'win32') or process.env.CI
jasmine.getEnv().defaultTimeoutInterval = 60000
else
jasmine.getEnv().defaultTimeoutInterval = 5000