From c989ea43f5416e419ece44c293cbf514218b7ad5 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 22 Dec 2016 12:30:34 -0800 Subject: [PATCH] bump webview spec timeout to two minutes --- spec/webview-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/webview-spec.js b/spec/webview-spec.js index 0ba7084e469b..8c6c9d5fc8ea 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(60000) + this.timeout(2 * 60 * 1000) var fixtures = path.join(__dirname, 'fixtures')