diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-15 15:59:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-15 15:59:19 +0100 |
commit | 5c08e1c29d021cb99feed15e23ffd3e80eeb30a5 (patch) | |
tree | 086f9e47ed76ccb73569831a72682c38d1321db1 /server/tests/api/live | |
parent | 61a4bad51ed79f93050e6c13cc1af7bd245c9e12 (diff) | |
download | PeerTube-5c08e1c29d021cb99feed15e23ffd3e80eeb30a5.tar.gz PeerTube-5c08e1c29d021cb99feed15e23ffd3e80eeb30a5.tar.zst PeerTube-5c08e1c29d021cb99feed15e23ffd3e80eeb30a5.zip |
Increase live transcoding test timeout
Diffstat (limited to 'server/tests/api/live')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 619602d0b..b96c03cf8 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -498,7 +498,7 @@ describe('Test live', function () { | |||
498 | }) | 498 | }) |
499 | 499 | ||
500 | it('Should enable transcoding with some resolutions and correctly save them', async function () { | 500 | it('Should enable transcoding with some resolutions and correctly save them', async function () { |
501 | this.timeout(200000) | 501 | this.timeout(400_000) |
502 | 502 | ||
503 | const resolutions = [ 240, 360, 720 ] | 503 | const resolutions = [ 240, 360, 720 ] |
504 | 504 | ||