From 0cbcaccb8380f93980661d358b6db5d671a1577f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Sep 2022 08:29:01 +0200 Subject: Increase test timeouts --- server/tests/api/users/user-videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/users/user-videos.ts') diff --git a/server/tests/api/users/user-videos.ts b/server/tests/api/users/user-videos.ts index 4343c1e49..0351ae853 100644 --- a/server/tests/api/users/user-videos.ts +++ b/server/tests/api/users/user-videos.ts @@ -20,7 +20,7 @@ describe('Test user videos', function () { let anotherUserToken: string before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) -- cgit v1.2.3