diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-08 12:11:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-08 12:11:45 +0100 |
commit | f42c21528b92d76de8ab9a72a1c2f2d9ec51f2df (patch) | |
tree | c6bdffce87cc6a45e82f05fb1177ca456a372576 /server | |
parent | 66dbfa1f30c361f88cfc6c3af3fd4b0ee55e2d26 (diff) | |
download | PeerTube-f42c21528b92d76de8ab9a72a1c2f2d9ec51f2df.tar.gz PeerTube-f42c21528b92d76de8ab9a72a1c2f2d9ec51f2df.tar.zst PeerTube-f42c21528b92d76de8ab9a72a1c2f2d9ec51f2df.zip |
Increase live test timeout
Diffstat (limited to 'server')
-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 f6b6d7677..ff822f84d 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -415,7 +415,7 @@ describe('Test live', function () { | |||
415 | }) | 415 | }) |
416 | 416 | ||
417 | it('Should enable transcoding with some resolutions and correctly save them', async function () { | 417 | it('Should enable transcoding with some resolutions and correctly save them', async function () { |
418 | this.timeout(120000) | 418 | this.timeout(200000) |
419 | 419 | ||
420 | const resolutions = [ 240, 360, 720 ] | 420 | const resolutions = [ 240, 360, 720 ] |
421 | 421 | ||