]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase tests timeout
authorChocobozzz <me@florianbigard.com>
Mon, 10 May 2021 15:06:53 +0000 (17:06 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 10 May 2021 15:06:53 +0000 (17:06 +0200)
server/tests/plugins/filter-hooks.ts

index cf1dd085497263c09aa1843bb55671282e8093ee..7d4f7abb4ebe24d3a6380b8ca4654dc9095e36ba 100644 (file)
@@ -326,7 +326,7 @@ describe('Test plugin filter hooks', function () {
     })
 
     it('Should blacklist on remote upload', async function () {
-      this.timeout(45000)
+      this.timeout(60000)
 
       const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'remote please blacklist me' })
       await waitJobs(servers)
@@ -335,7 +335,7 @@ describe('Test plugin filter hooks', function () {
     })
 
     it('Should blacklist on remote update', async function () {
-      this.timeout(45000)
+      this.timeout(60000)
 
       const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'video' })
       await waitJobs(servers)