From 409b0b54e0861643f9d5cc287c6ede69f1c9931f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 14 Sep 2015 21:13:24 +0800 Subject: [PATCH] spec: Increate timeout for webview tests --- spec/webview-spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/webview-spec.coffee b/spec/webview-spec.coffee index e5a97e65fc02..ddb203399b8e 100644 --- a/spec/webview-spec.coffee +++ b/spec/webview-spec.coffee @@ -3,13 +3,13 @@ path = require 'path' http = require 'http' describe ' tag', -> + @timeout 10000 + fixtures = path.join __dirname, 'fixtures' webview = null - beforeEach -> webview = new WebView - afterEach -> document.body.removeChild webview