mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Experiment with bumping up the timeout
This commit is contained in:
@@ -164,7 +164,7 @@ describe "PaneView", ->
|
||||
expect(pane.items).toHaveLength(5)
|
||||
|
||||
fs.removeSync(filePath)
|
||||
waitsFor ->
|
||||
waitsFor 30000, ->
|
||||
pane.items.length == 4
|
||||
|
||||
describe "when a pane is destroyed", ->
|
||||
|
||||
Reference in New Issue
Block a user