aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 19976ba8a..0831f91f0 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -391,7 +391,7 @@ describe('Test live', function () {
391 }) 391 })
392 392
393 it('Should enable transcoding without additional resolutions', async function () { 393 it('Should enable transcoding without additional resolutions', async function () {
394 this.timeout(30000) 394 this.timeout(60000)
395 395
396 liveVideoId = await createLiveWrapper(false) 396 liveVideoId = await createLiveWrapper(false)
397 397
@@ -405,7 +405,7 @@ describe('Test live', function () {
405 }) 405 })
406 406
407 it('Should enable transcoding with some resolutions', async function () { 407 it('Should enable transcoding with some resolutions', async function () {
408 this.timeout(30000) 408 this.timeout(60000)
409 409
410 const resolutions = [ 240, 480 ] 410 const resolutions = [ 240, 480 ]
411 await updateConf(resolutions) 411 await updateConf(resolutions)