Increase wait time in spec

This kinda sucks, but it’s not the end of the world.
This commit is contained in:
Nathan Sobo
2015-10-06 15:09:57 -06:00
parent c3d85f85a4
commit dc7a4a8168

View File

@@ -71,7 +71,7 @@ describe "MenuManager", ->
atom.keymaps.add 'test', 'atom-workspace': 'ctrl-b': 'b'
atom.keymaps.add 'test', 'atom-text-editor': 'ctrl-b': 'unset!'
waits 1
waits 50
runs -> expect(menu.sendToBrowserProcess.argsForCall[0][1]['b']).toBeUndefined()