spec: Increase timeout for window.open
This commit is contained in:
parent
2b5c91bbb5
commit
c36ae86fab
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ describe 'chromium feature', ->
|
||||||
w.loadURL url
|
w.loadURL url
|
||||||
|
|
||||||
describe 'window.open', ->
|
describe 'window.open', ->
|
||||||
@timeout 10000
|
@timeout 20000
|
||||||
|
|
||||||
it 'returns a BrowserWindowProxy object', ->
|
it 'returns a BrowserWindowProxy object', ->
|
||||||
b = window.open 'about:blank', '', 'show=no'
|
b = window.open 'about:blank', '', 'show=no'
|
||||||
|
|
Loading…
Reference in a new issue