diff options
Diffstat (limited to 'server/tests/api/videos/video-schedule-update.ts')
-rw-r--r-- | server/tests/api/videos/video-schedule-update.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-schedule-update.ts b/server/tests/api/videos/video-schedule-update.ts index 64f657780..65a8eafb8 100644 --- a/server/tests/api/videos/video-schedule-update.ts +++ b/server/tests/api/videos/video-schedule-update.ts | |||
@@ -85,7 +85,7 @@ describe('Test video update scheduler', function () { | |||
85 | }) | 85 | }) |
86 | 86 | ||
87 | it('Should wait some seconds and have the video in public privacy', async function () { | 87 | it('Should wait some seconds and have the video in public privacy', async function () { |
88 | this.timeout(20000) | 88 | this.timeout(50000) |
89 | 89 | ||
90 | await wait(15000) | 90 | await wait(15000) |
91 | await waitJobs(servers) | 91 | await waitJobs(servers) |