aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-10 17:06:53 +0200
committerChocobozzz <me@florianbigard.com>2021-05-10 17:06:53 +0200
commit38ce2aa7a8cc51a833b85a32222da2d2c2a43cb9 (patch)
treedeadb5e300fc5a297d902aee38d83785fcbaa71d /server
parentf67d1dca1aa2b9015a5ec82add123ea12c1fc4ed (diff)
downloadPeerTube-38ce2aa7a8cc51a833b85a32222da2d2c2a43cb9.tar.gz
PeerTube-38ce2aa7a8cc51a833b85a32222da2d2c2a43cb9.tar.zst
PeerTube-38ce2aa7a8cc51a833b85a32222da2d2c2a43cb9.zip
Increase tests timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/plugins/filter-hooks.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts
index cf1dd0854..7d4f7abb4 100644
--- a/server/tests/plugins/filter-hooks.ts
+++ b/server/tests/plugins/filter-hooks.ts
@@ -326,7 +326,7 @@ describe('Test plugin filter hooks', function () {
326 }) 326 })
327 327
328 it('Should blacklist on remote upload', async function () { 328 it('Should blacklist on remote upload', async function () {
329 this.timeout(45000) 329 this.timeout(60000)
330 330
331 const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'remote please blacklist me' }) 331 const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'remote please blacklist me' })
332 await waitJobs(servers) 332 await waitJobs(servers)
@@ -335,7 +335,7 @@ describe('Test plugin filter hooks', function () {
335 }) 335 })
336 336
337 it('Should blacklist on remote update', async function () { 337 it('Should blacklist on remote update', async function () {
338 this.timeout(45000) 338 this.timeout(60000)
339 339
340 const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'video' }) 340 const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'video' })
341 await waitJobs(servers) 341 await waitJobs(servers)