Experiment with bumping up the timeout

This commit is contained in:
Kevin Sawicki 2014-02-18 19:31:42 -08:00
parent 02e3754dd9
commit 33a207d57c

View File

@ -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", ->