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/views/video-views-counter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/views') 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