mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Increase wait time in spec
This kinda sucks, but it’s not the end of the world.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user