mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
tweak(jasmine): Double timeout in spec runner, see if it makes a difference
This commit is contained in:
parent
d6f65d626d
commit
29a477ef7b
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'
|
if process.env.JANKY_SHA1 and process.platform is 'win32'
|
||||||
jasmine.getEnv().defaultTimeoutInterval = 60000
|
jasmine.getEnv().defaultTimeoutInterval = 60000
|
||||||
else
|
else
|
||||||
jasmine.getEnv().defaultTimeoutInterval = 500
|
jasmine.getEnv().defaultTimeoutInterval = 1000
|
||||||
|
|
||||||
specPackageName = null
|
specPackageName = null
|
||||||
specPackagePath = null
|
specPackagePath = null
|
||||||
|
|
Loading…
Reference in a new issue