diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 33ac1491e..2ca147ebe 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -223,7 +223,7 @@ describe('Test live', function () { | |||
223 | let vodVideoId: string | 223 | let vodVideoId: string |
224 | 224 | ||
225 | before(async function () { | 225 | before(async function () { |
226 | this.timeout(120000) | 226 | this.timeout(240000) |
227 | 227 | ||
228 | vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid | 228 | vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid |
229 | 229 | ||