]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase timeout
authorChocobozzz <me@florianbigard.com>
Mon, 6 Dec 2021 09:04:31 +0000 (10:04 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 6 Dec 2021 09:05:05 +0000 (10:05 +0100)
server/tests/api/check-params/plugins.ts
server/tests/api/notifications/user-notifications.ts

index 33f84ecbc4d0d2c8b7141c27c9d2bb73f8f59872..2c436376c96682f3fa76d5042be8503fb78b0418 100644 (file)
@@ -30,7 +30,7 @@ describe('Test server plugins API validators', function () {
   // ---------------------------------------------------------------
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     server = await createSingleServer(1)
 
index 468efdf35b33aa4385d01bd8f024d7c4188ddb74..9af20843ecaca8e34b744fd85f8724b89873fe44 100644 (file)
@@ -267,7 +267,7 @@ describe('Test user notifications', function () {
     })
 
     it('Should send a notification when an imported video is transcoded', async function () {
-      this.timeout(50000)
+      this.timeout(120000)
 
       const name = 'video import ' + buildUUID()