aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-studio.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/video-studio.ts')
-rw-r--r--server/tests/api/check-params/video-studio.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
121 }) 121 })
122 122
123 it('Should fail with an already in transcoding state video', async function () { 123 it('Should fail with an already in transcoding state video', async function () {
124 this.timeout(30000) 124 this.timeout(60000)
125 125
126 const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' }) 126 const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' })
127 await waitJobs([ server ]) 127 await waitJobs([ server ])