From 2769876fb26742f5cc8aa4b761be7bafca97d18d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Mar 2022 09:09:06 +0100 Subject: Fix client html cache on theme update --- server/tests/api/check-params/video-editor.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/tests/api/check-params/video-editor.ts') diff --git a/server/tests/api/check-params/video-editor.ts b/server/tests/api/check-params/video-editor.ts index 1fd22c497..5f5faf8fb 100644 --- a/server/tests/api/check-params/video-editor.ts +++ b/server/tests/api/check-params/video-editor.ts @@ -122,7 +122,10 @@ describe('Test video editor API validator', function () { }) it('Should fail with an already in transcoding state video', async function () { + this.timeout(30000) + const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' }) + await waitJobs([ server ]) await server.jobs.pauseJobQueue() await server.videos.runTranscoding({ videoId: uuid, transcodingType: 'hls' }) -- cgit v1.2.3