mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
spec: Increase timeout for window.open
This commit is contained in:
@@ -85,7 +85,7 @@ describe 'chromium feature', ->
|
||||
w.loadURL url
|
||||
|
||||
describe 'window.open', ->
|
||||
@timeout 10000
|
||||
@timeout 20000
|
||||
|
||||
it 'returns a BrowserWindowProxy object', ->
|
||||
b = window.open 'about:blank', '', 'show=no'
|
||||
|
||||
Reference in New Issue
Block a user