})
it('relaunches the app', function (done) {
- this.timeout(100000)
+ this.timeout(120000)
+
let state = 'none'
server.once('error', (error) => {
done(error)
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'
})
it('loads video tag in html', function (done) {
- this.timeout(20000)
+ this.timeout(60000)
after(function () {
ipcMain.removeAllListeners('asar-video')
return
}
- this.timeout(20000)
-
it('returns a BrowserWindowProxy object', function () {
var b = window.open('about:blank', '', 'show=no')
assert.equal(b.closed, false)