]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/proxy.ts
Try to fix docker build
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / proxy.ts
index c40a4f9b8ff75d8bfbb431469ef98975b91b1770..2a8ff56d261d500f6a0e2f3f5272bc2c75e6aaa2 100644 (file)
@@ -96,7 +96,7 @@ describe('Test proxy', function () {
     }
 
     it('Should succeed import with the appropriate proxy config', async function () {
-      this.timeout(40000)
+      this.timeout(120000)
 
       await servers[0].kill()
       await servers[0].run({}, { env: goodEnv })
@@ -111,7 +111,7 @@ describe('Test proxy', function () {
     })
 
     it('Should fail import with a wrong proxy config', async function () {
-      this.timeout(40000)
+      this.timeout(120000)
 
       await servers[0].kill()
       await servers[0].run({}, { env: badEnv })