mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
tweak(jasmine): Double timeout in spec runner, see if it makes a difference
This commit is contained in:
parent
9bce73fb48
commit
95c23ed497
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ jasmine.getEnv().addEqualityTester(_.isEqual) # Use underscore's definition of e
|
|||
if process.env.JANKY_SHA1 and process.platform is 'win32'
|
||||
jasmine.getEnv().defaultTimeoutInterval = 60000
|
||||
else
|
||||
jasmine.getEnv().defaultTimeoutInterval = 500
|
||||
jasmine.getEnv().defaultTimeoutInterval = 1000
|
||||
|
||||
specPackageName = null
|
||||
specPackagePath = null
|
||||
|
|
Loading…
Reference in a new issue