X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fusers%2Fuser-videos.ts;h=0351ae853580ef297f8c09489585ed05ff2e1ac0;hb=0cbcaccb8380f93980661d358b6db5d671a1577f;hp=4343c1e49538752b2d03151e46b5081776e2622e;hpb=ab2e90f3cae7cfb54a9abbad9779d31959120614;p=github%2FChocobozzz%2FPeerTube.git 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)