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' } })