spec: Increate timeout for webview tests

This commit is contained in:
Cheng Zhao 2015-09-14 21:13:24 +08:00
parent 4d28fbf561
commit 409b0b54e0

View file

@ -3,13 +3,13 @@ path = require 'path'
http = require 'http'
describe '<webview> tag', ->
@timeout 10000
fixtures = path.join __dirname, 'fixtures'
webview = null
beforeEach ->
webview = new WebView
afterEach ->
document.body.removeChild webview