Use 1 or 2 minute timeout for long specs
This commit is contained in:
parent
10386edea5
commit
f5f790863d
4 changed files with 3 additions and 6 deletions
|
@ -9,8 +9,6 @@ const {ipcRenderer, remote} = require('electron')
|
|||
const {ipcMain, session, BrowserWindow} = remote
|
||||
|
||||
describe('session module', function () {
|
||||
this.timeout(10000)
|
||||
|
||||
var fixtures = path.resolve(__dirname, 'fixtures')
|
||||
var w = null
|
||||
var url = 'http://127.0.0.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue