mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Increase timeouts
This commit is contained in:
@@ -19,7 +19,7 @@ exports.afterEach = (fn) ->
|
||||
|
||||
waitsForPromise = (fn) ->
|
||||
promise = fn()
|
||||
waitsFor 10000, (done) ->
|
||||
waitsFor 30000, (done) ->
|
||||
promise.then(
|
||||
done,
|
||||
(error) ->
|
||||
|
||||
@@ -4737,7 +4737,7 @@ describe('TextEditorComponent', function () {
|
||||
let timeout = window.setTimeout(function () {
|
||||
timeoutError.message += ' Frame pending? ' + atom.views.animationFrameRequest + ' Same next update promise pending? ' + (nextUpdatePromise === atom.views.nextUpdatePromise)
|
||||
reject(timeoutError)
|
||||
}, 5000)
|
||||
}, 30000)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user