bump webview spec timeout to two minutes

This commit is contained in:
Zeke Sikelianos 2016-12-22 12:30:34 -08:00
parent b0c4c79c49
commit c989ea43f5

View file

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