And increase timeout for the rest

This commit is contained in:
Cheng Zhao 2016-05-15 10:00:29 +09:00
parent 861a79dd6a
commit f43b9665c1

View file

@ -5,7 +5,7 @@ const url = require('url')
const {app, session, ipcMain, BrowserWindow} = require('electron').remote
describe('<webview> tag', function () {
this.timeout(10000)
this.timeout(20000)
var fixtures = path.join(__dirname, 'fixtures')
var webview = null