spec: Increase timeout for window.open

This commit is contained in:
Cheng Zhao 2015-12-24 17:08:32 +08:00
parent 2b5c91bbb5
commit c36ae86fab

View file

@ -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'