diff options
Diffstat (limited to 'server/tests/api/live')
-rw-r--r-- | server/tests/api/live/live.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 2ca147ebe..d32036263 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -622,7 +622,7 @@ describe('Test live', function () { | |||
622 | }) | 622 | }) |
623 | 623 | ||
624 | it('Should only keep the original resolution if all resolutions are disabled', async function () { | 624 | it('Should only keep the original resolution if all resolutions are disabled', async function () { |
625 | this.timeout(400_000) | 625 | this.timeout(600_000) |
626 | 626 | ||
627 | await updateConf([]) | 627 | await updateConf([]) |
628 | liveVideoId = await createLiveWrapper(true) | 628 | liveVideoId = await createLiveWrapper(true) |
@@ -673,7 +673,7 @@ describe('Test live', function () { | |||
673 | } | 673 | } |
674 | 674 | ||
675 | before(async function () { | 675 | before(async function () { |
676 | this.timeout(300000) | 676 | this.timeout(600_000) |
677 | 677 | ||
678 | liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false }) | 678 | liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false }) |
679 | liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false }) | 679 | liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false }) |