increase spec timeout
This commit is contained in:
parent
bd291b9601
commit
c003c3e28f
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ describe('asar package', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('loads video tag in html', function (done) {
|
it('loads video tag in html', function (done) {
|
||||||
this.timeout(14000)
|
this.timeout(20000)
|
||||||
|
|
||||||
after(function () {
|
after(function () {
|
||||||
ipcMain.removeAllListeners('asar-video')
|
ipcMain.removeAllListeners('asar-video')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue