diff --git a/spec/webview-spec.js b/spec/webview-spec.js index 8c6c9d5fc8ea..da91659ef0e3 100644 --- a/spec/webview-spec.js +++ b/spec/webview-spec.js @@ -6,7 +6,7 @@ const {app, session, getGuestWebContents, ipcMain, BrowserWindow, webContents} = const {closeWindow} = require('./window-helpers') describe(' tag', function () { - this.timeout(2 * 60 * 1000) + this.timeout(3 * 60 * 1000) var fixtures = path.join(__dirname, 'fixtures')