aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-08 16:00:32 +0200
committerChocobozzz <me@florianbigard.com>2021-10-08 16:00:41 +0200
commitd8fb3a2f0de0a7600d5fb130b219aff28fd08830 (patch)
tree9801ef9012a7634e5c96b7f5365efbbe9f076250 /server
parentb51e5b74019bcd67d9adafd48c0cd79affe84892 (diff)
downloadPeerTube-d8fb3a2f0de0a7600d5fb130b219aff28fd08830.tar.gz
PeerTube-d8fb3a2f0de0a7600d5fb130b219aff28fd08830.tar.zst
PeerTube-d8fb3a2f0de0a7600d5fb130b219aff28fd08830.zip
Increase live tests timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/live/live.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index ba952aff5..5cac3bc4e 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -439,7 +439,7 @@ describe('Test live', function () {
439 }) 439 })
440 440
441 it('Should enable transcoding without additional resolutions', async function () { 441 it('Should enable transcoding without additional resolutions', async function () {
442 this.timeout(60000) 442 this.timeout(120000)
443 443
444 liveVideoId = await createLiveWrapper(false) 444 liveVideoId = await createLiveWrapper(false)
445 445
@@ -453,7 +453,7 @@ describe('Test live', function () {
453 }) 453 })
454 454
455 it('Should enable transcoding with some resolutions', async function () { 455 it('Should enable transcoding with some resolutions', async function () {
456 this.timeout(60000) 456 this.timeout(120000)
457 457
458 const resolutions = [ 240, 480 ] 458 const resolutions = [ 240, 480 ]
459 await updateConf(resolutions) 459 await updateConf(resolutions)