And increase timeout for the rest
This commit is contained in:
parent
861a79dd6a
commit
f43b9665c1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const url = require('url')
|
||||||
const {app, session, ipcMain, BrowserWindow} = require('electron').remote
|
const {app, session, ipcMain, BrowserWindow} = require('electron').remote
|
||||||
|
|
||||||
describe('<webview> tag', function () {
|
describe('<webview> tag', function () {
|
||||||
this.timeout(10000)
|
this.timeout(20000)
|
||||||
|
|
||||||
var fixtures = path.join(__dirname, 'fixtures')
|
var fixtures = path.join(__dirname, 'fixtures')
|
||||||
var webview = null
|
var webview = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue