]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Thu, 16 Jun 2022 14:01:37 +0000 (16:01 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 16 Jun 2022 14:01:37 +0000 (16:01 +0200)
server/tests/api/users/users.ts

index 01b4c2eab1872f8bde89e31a4e6444ad0ce57e4c..d15daeba5097de6b0332521c483ff7127e0e0997 100644 (file)
@@ -380,7 +380,7 @@ describe('Test users', function () {
     })
 
     it('Should disable webtorrent, enable HLS, and update my quota', async function () {
-      this.timeout(60000)
+      this.timeout(160000)
 
       {
         const config = await server.config.getCustomConfig()