tweak(jasmine): Double timeout in spec runner, see if it makes a difference

This commit is contained in:
Ben Gotow 2015-09-11 16:16:21 -07:00
parent 9bce73fb48
commit 95c23ed497

View file

@ -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