From ea139ca870fcea1d784d0b2c8016a7cfa9a0a4c0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Aug 2022 11:40:07 +0200 Subject: Display error on youtube-dl get info failure --- server/tests/api/server/jobs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts index 211e32b1e..d0e6df719 100644 --- a/server/tests/api/server/jobs.ts +++ b/server/tests/api/server/jobs.ts @@ -27,7 +27,7 @@ describe('Test jobs', function () { }) it('Should create some jobs', async function () { - this.timeout(120000) + this.timeout(240000) await servers[1].videos.upload({ attributes: { name: 'video1' } }) await servers[1].videos.upload({ attributes: { name: 'video2' } }) -- cgit v1.2.3