mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
set webview spec timeout to three minutes
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user