From cf0dd18abce9ab98d7bf5d209cc5401f97d4d463 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 May 2022 15:16:34 +0200 Subject: Increase timeouts --- server/tests/api/object-storage/videos.ts | 2 ++ server/tests/api/views/video-views-counter.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index 22ad06305..e288e542e 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts @@ -406,6 +406,8 @@ describe('Object storage for videos', function () { const maxUploadPart = '5MB' before(async function () { + this.timeout(120000) + fixture = await generateHighBitrateVideo() const { size } = await stat(fixture) diff --git a/server/tests/api/views/video-views-counter.ts b/server/tests/api/views/video-views-counter.ts index b8969d52d..42ef41fb3 100644 --- a/server/tests/api/views/video-views-counter.ts +++ b/server/tests/api/views/video-views-counter.ts @@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () { let videoUUID: string before(async function () { - this.timeout(30000) + this.timeout(120000) const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) videoUUID = uuid -- cgit v1.2.3