Increase timeout for some tests
This commit is contained in:
parent
80c8ab4c39
commit
81783b255e
2 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,7 @@ describe 'browser-window module', ->
|
|||
|
||||
describe 'will-navigate event', ->
|
||||
it 'emits when user starts a navigation', (done) ->
|
||||
@timeout 10000
|
||||
w.webContents.on 'will-navigate', (event, url) ->
|
||||
event.preventDefault()
|
||||
assert.equal url, 'https://www.github.com/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue