Browse Source

set webview spec timeout to three minutes

Zeke Sikelianos 8 years ago
parent
commit
6995b51f2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/webview-spec.js

+ 1 - 1
spec/webview-spec.js

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