From c36ae86fabae571dbd886b43d445a8736d99c711 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 24 Dec 2015 17:08:32 +0800 Subject: [PATCH] spec: Increase timeout for window.open --- spec/chromium-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/chromium-spec.coffee b/spec/chromium-spec.coffee index d199333..cc28f2f 100644 --- a/spec/chromium-spec.coffee +++ b/spec/chromium-spec.coffee @@ -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' -- 2.7.4