From adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Jun 2018 10:07:41 +0200 Subject: [PATCH] Increase test timeout for travis --- server/tests/api/check-params/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { }) it('Should fail with a registered user having too many video', async function () { - this.timeout(15000) + this.timeout(30000) const user = { username: 'user3', -- 2.41.0