From d1c64fd970fc236b9ba01ac944659051e9e04a99 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:59:15 +0200 Subject: Fix missing wait jobs --- 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 0351ae853..696949504 100644 --- a/server/tests/api/users/user-videos.ts +++ b/server/tests/api/users/user-videos.ts @@ -114,7 +114,7 @@ describe('Test user videos', function () { describe('My videos & quotas', function () { it('Should be able to upload a video with a user', async function () { - this.timeout(10000) + this.timeout(30000) const attributes = { name: 'super user video', -- cgit v1.2.3