mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Increase defaultTimeoutInterval for Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user