From 9b99d32804e99462c6f22df3ec3db9ec5bf8a18c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 4 Oct 2022 14:57:11 +0200 Subject: [PATCH] Increase timeout --- server/tests/api/videos/videos-common-filters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/videos/videos-common-filters.ts b/server/tests/api/videos/videos-common-filters.ts index e7fc15e42..b176d90ab 100644 --- a/server/tests/api/videos/videos-common-filters.ts +++ b/server/tests/api/videos/videos-common-filters.ts @@ -232,7 +232,7 @@ describe('Test videos filter', function () { }) it('Should display only remote videos', async function () { - this.timeout(40000) + this.timeout(120000) await servers[1].videos.upload({ attributes: { name: 'remote video' } })