diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-08 16:00:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:37:27 +0200 |
commit | 37e0a1c05556e6798fb96dc4046f12a0f84151ef (patch) | |
tree | 227c28a9516f089715867469ad234664839f1a59 /server/tests | |
parent | 0af2a8c5d62bc1764fc296caa67c33195a7d5174 (diff) | |
download | PeerTube-37e0a1c05556e6798fb96dc4046f12a0f84151ef.tar.gz PeerTube-37e0a1c05556e6798fb96dc4046f12a0f84151ef.tar.zst PeerTube-37e0a1c05556e6798fb96dc4046f12a0f84151ef.zip |
Increase live tests timeout
Diffstat (limited to 'server/tests')
-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 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) |