mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
spec: Increate timeout for webview tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user