diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-27 10:07:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-27 10:07:41 +0200 |
commit | adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f (patch) | |
tree | b195cb3c5b60ea854f0e7a0260b9c7c1dd97dc58 /server | |
parent | 1e11f67be4d1c1ed93b298798ffdc81a2bd50a4e (diff) | |
download | PeerTube-adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f.tar.gz PeerTube-adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f.tar.zst PeerTube-adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f.zip |
Increase test timeout for travis
Diffstat (limited to 'server')
-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', |