diff options
-rw-r--r-- | server/tests/api/check-params/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/users.ts b/server/tests/api/check-params/users.ts index f36146c53..28537315e 100644 --- a/server/tests/api/check-params/users.ts +++ b/server/tests/api/check-params/users.ts | |||
@@ -575,7 +575,7 @@ describe('Test users API validators', function () { | |||
575 | }) | 575 | }) |
576 | 576 | ||
577 | it('Should fail with a registered user having too many video', async function () { | 577 | it('Should fail with a registered user having too many video', async function () { |
578 | this.timeout(15000) | 578 | this.timeout(30000) |
579 | 579 | ||
580 | const user = { | 580 | const user = { |
581 | username: 'user3', | 581 | username: 'user3', |