]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout for travis
authorChocobozzz <me@florianbigard.com>
Wed, 27 Jun 2018 08:07:41 +0000 (10:07 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 27 Jun 2018 08:07:41 +0000 (10:07 +0200)
server/tests/api/check-params/users.ts

index f36146c538c8bdac0f01cdc42139e958bfa41da5..28537315e1f03a3e98ef022d1521d9dbcc80b58b 100644 (file)
@@ -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',