Use 1 or 2 minute timeout for long specs

This commit is contained in:
Kevin Sawicki 2016-11-29 14:31:57 -08:00
parent 10386edea5
commit f5f790863d
4 changed files with 3 additions and 6 deletions

View file

@ -888,7 +888,7 @@ describe('asar package', function () {
})
it('loads video tag in html', function (done) {
this.timeout(20000)
this.timeout(60000)
after(function () {
ipcMain.removeAllListeners('asar-video')