mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use a 5 second timeout for specs
Hopefully this is temporary.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user