mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Increase waitsFor timeout in attempt to address intermittent failure
This commit is contained in:
@@ -72,7 +72,7 @@ jasmine.unspy = (object, methodName) ->
|
||||
throw new Error("Not a spy") unless object[methodName].originalValue?
|
||||
object[methodName] = object[methodName].originalValue
|
||||
|
||||
jasmine.getEnv().defaultTimeoutInterval = 200
|
||||
jasmine.getEnv().defaultTimeoutInterval = 500
|
||||
|
||||
window.keyIdentifierForKey = (key) ->
|
||||
if key.length > 1 # named key
|
||||
|
||||
Reference in New Issue
Block a user