From 3b1995a2d08012f07032c65384640578c8e39571 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 24 Oct 2022 14:54:21 +0200 Subject: Increase test timeout --- server/tests/api/videos/video-privacy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts index 92f5dab3c..264a05d3f 100644 --- a/server/tests/api/videos/video-privacy.ts +++ b/server/tests/api/videos/video-privacy.ts @@ -128,7 +128,7 @@ describe('Test video privacy', function () { describe('Unlisted videos', function () { it('Should upload an unlisted video on server 2', async function () { - this.timeout(60000) + this.timeout(120000) const attributes = { name: 'unlisted video', -- cgit v1.2.3