diff options
Diffstat (limited to 'packages/tests/src/api/videos/video-source.ts')
-rw-r--r-- | packages/tests/src/api/videos/video-source.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/api/videos/video-source.ts b/packages/tests/src/api/videos/video-source.ts index efe8c3802..cbde5c4b2 100644 --- a/packages/tests/src/api/videos/video-source.ts +++ b/packages/tests/src/api/videos/video-source.ts | |||
@@ -317,7 +317,7 @@ describe('Test a video file replacement', function () { | |||
317 | }) | 317 | }) |
318 | 318 | ||
319 | it('Should not auto blacklist if auto blacklist has been disabled between the upload and the replacement', async function () { | 319 | it('Should not auto blacklist if auto blacklist has been disabled between the upload and the replacement', async function () { |
320 | this.timeout(120000) | 320 | this.timeout(240000) |
321 | 321 | ||
322 | const { uuid } = await servers[0].videos.quickUpload({ token: userToken, name: 'user video' }) | 322 | const { uuid } = await servers[0].videos.quickUpload({ token: userToken, name: 'user video' }) |
323 | await waitJobs(servers) | 323 | await waitJobs(servers) |