]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase timeouts
authorChocobozzz <me@florianbigard.com>
Thu, 19 May 2022 06:27:04 +0000 (08:27 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 19 May 2022 06:27:04 +0000 (08:27 +0200)
server/tests/api/check-params/video-imports.ts
server/tests/api/videos/videos-history.ts

index 7893f5cc58009c710acfc5d5c01cf1580ec81056..da9d0826a1729b1475a168fdc38031c0717472aa 100644 (file)
@@ -272,7 +272,7 @@ describe('Test video imports API validator', function () {
     })
 
     it('Should succeed with the correct parameters', async function () {
-      this.timeout(30000)
+      this.timeout(120000)
 
       await makePostBodyRequest({
         url: server.url,
index 89e74a309143ea6182fc37e76c907835c1df540b..e102fd7c0108e54587f62a55baf2e26eb6c6e602 100644 (file)
@@ -18,7 +18,7 @@ describe('Test videos history', function () {
   let userAccessToken: string
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     server = await createSingleServer(1)