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'
|
||||
|
||||
describe '<webview> tag', ->
|
||||
@timeout 10000
|
||||
|
||||
fixtures = path.join __dirname, 'fixtures'
|
||||
|
||||
webview = null
|
||||
|
||||
beforeEach ->
|
||||
webview = new WebView
|
||||
|
||||
afterEach ->
|
||||
document.body.removeChild webview
|
||||
|
||||
|
|
Loading…
Reference in a new issue