aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/upload-quota.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/upload-quota.ts')
-rw-r--r--server/tests/api/check-params/upload-quota.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/upload-quota.ts b/server/tests/api/check-params/upload-quota.ts
index fdc711bd5..008537524 100644
--- a/server/tests/api/check-params/upload-quota.ts
+++ b/server/tests/api/check-params/upload-quota.ts
@@ -39,7 +39,7 @@ describe('Test upload quota', function () {
39 describe('When having a video quota', function () { 39 describe('When having a video quota', function () {
40 40
41 it('Should fail with a registered user having too many videos with legacy upload', async function () { 41 it('Should fail with a registered user having too many videos with legacy upload', async function () {
42 this.timeout(30000) 42 this.timeout(120000)
43 43
44 const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } 44 const user = { username: 'registered' + randomInt(1, 1500), password: 'password' }
45 await server.registrations.register(user) 45 await server.registrations.register(user)