set webview spec timeout to three minutes

This commit is contained in:
Zeke Sikelianos 2016-12-22 13:31:30 -08:00
parent c989ea43f5
commit 6995b51f2c

View file

@ -6,7 +6,7 @@ const {app, session, getGuestWebContents, ipcMain, BrowserWindow, webContents} =
const {closeWindow} = require('./window-helpers') const {closeWindow} = require('./window-helpers')
describe('<webview> tag', function () { describe('<webview> tag', function () {
this.timeout(2 * 60 * 1000) this.timeout(3 * 60 * 1000)
var fixtures = path.join(__dirname, 'fixtures') var fixtures = path.join(__dirname, 'fixtures')