Use a 5 second timeout for specs

Hopefully this is temporary.
This commit is contained in:
Corey Johnson
2013-02-20 16:28:05 -08:00
parent 211d18bf99
commit 4db982f9e5

View File

@@ -25,7 +25,7 @@ $(window).on 'toggle-dev-tools', (e) -> atom.toggleDevTools()
$('html,body').css('overflow', 'auto')
jasmine.getEnv().addEqualityTester(_.isEqual) # Use underscore's definition of equality for toEqual assertions
jasmine.getEnv().defaultTimeoutInterval = 1000
jasmine.getEnv().defaultTimeoutInterval = 5000
beforeEach ->
jQuery.fx.off = true