aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-18 11:40:07 +0200
committerChocobozzz <me@florianbigard.com>2022-08-18 11:40:07 +0200
commitea139ca870fcea1d784d0b2c8016a7cfa9a0a4c0 (patch)
tree16f09c21f46c40e03b69a775e56814cb6ad3be0d /server/tests
parente5d771a390456cf0491b19ce6fe61b434006172c (diff)
downloadPeerTube-ea139ca870fcea1d784d0b2c8016a7cfa9a0a4c0.tar.gz
PeerTube-ea139ca870fcea1d784d0b2c8016a7cfa9a0a4c0.tar.zst
PeerTube-ea139ca870fcea1d784d0b2c8016a7cfa9a0a4c0.zip
Display error on youtube-dl get info failure
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/jobs.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts
index 211e32b1e..d0e6df719 100644
--- a/server/tests/api/server/jobs.ts
+++ b/server/tests/api/server/jobs.ts
@@ -27,7 +27,7 @@ describe('Test jobs', function () {
27 }) 27 })
28 28
29 it('Should create some jobs', async function () { 29 it('Should create some jobs', async function () {
30 this.timeout(120000) 30 this.timeout(240000)
31 31
32 await servers[1].videos.upload({ attributes: { name: 'video1' } }) 32 await servers[1].videos.upload({ attributes: { name: 'video1' } })
33 await servers[1].videos.upload({ attributes: { name: 'video2' } }) 33 await servers[1].videos.upload({ attributes: { name: 'video2' } })