From 01283e2066314aaa167a2b0b55952b2ae26e650a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:05:14 +0200 Subject: Improve remote runner config UX --- server/tests/api/videos/video-comments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/videos') diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts index e35500b0b..b7d5624a6 100644 --- a/server/tests/api/videos/video-comments.ts +++ b/server/tests/api/videos/video-comments.ts @@ -24,7 +24,7 @@ describe('Test video comments', function () { let command: CommentsCommand before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) -- cgit v1.2.3