From 5752683ea518abfeaeb33adead3cb5541616e835 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 May 2023 16:33:30 +0200 Subject: Increase test timeouts --- server/tests/api/check-params/video-studio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params/video-studio.ts') diff --git a/server/tests/api/check-params/video-studio.ts b/server/tests/api/check-params/video-studio.ts index dc533b242..add8d9164 100644 --- a/server/tests/api/check-params/video-studio.ts +++ b/server/tests/api/check-params/video-studio.ts @@ -121,7 +121,7 @@ describe('Test video studio API validator', function () { }) it('Should fail with an already in transcoding state video', async function () { - this.timeout(30000) + this.timeout(60000) const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' }) await waitJobs([ server ]) -- cgit v1.2.3