spec: Increate timeout for webview tests
This commit is contained in:
parent
4d28fbf561
commit
409b0b54e0
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ path = require 'path'
|
||||||
http = require 'http'
|
http = require 'http'
|
||||||
|
|
||||||
describe '<webview> tag', ->
|
describe '<webview> tag', ->
|
||||||
|
@timeout 10000
|
||||||
|
|
||||||
fixtures = path.join __dirname, 'fixtures'
|
fixtures = path.join __dirname, 'fixtures'
|
||||||
|
|
||||||
webview = null
|
webview = null
|
||||||
|
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
webview = new WebView
|
webview = new WebView
|
||||||
|
|
||||||
afterEach ->
|
afterEach ->
|
||||||
document.body.removeChild webview
|
document.body.removeChild webview
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue