diff options
Diffstat (limited to 'server/tests/api/check-params')
-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 9938fe3a2..28fefe79f 100644 --- a/server/tests/api/check-params/users.ts +++ b/server/tests/api/check-params/users.ts | |||
@@ -523,7 +523,7 @@ describe('Test users API validators', function () { | |||
523 | }) | 523 | }) |
524 | 524 | ||
525 | it('Should fail with a registered user having too many video', async function () { | 525 | it('Should fail with a registered user having too many video', async function () { |
526 | this.timeout(10000) | 526 | this.timeout(15000) |
527 | 527 | ||
528 | const user = { | 528 | const user = { |
529 | username: 'user3', | 529 | username: 'user3', |