diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-24 13:38:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-24 13:38:01 +0200 |
commit | 3cb60ca19eba97738342a10e15d5e5a916e2e690 (patch) | |
tree | 8388a8f617f9da25e8a1bd9b3a9078e0773f177c | |
parent | bf28e1daf17abe548459ddd82347c3f0c5f0f24a (diff) | |
download | PeerTube-3cb60ca19eba97738342a10e15d5e5a916e2e690.tar.gz PeerTube-3cb60ca19eba97738342a10e15d5e5a916e2e690.tar.zst PeerTube-3cb60ca19eba97738342a10e15d5e5a916e2e690.zip |
Increase test timeout
-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 9b8fbe3e2..c497f7840 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -654,7 +654,7 @@ describe('Test live', function () { | |||
654 | }) | 654 | }) |
655 | 655 | ||
656 | it('Should save a non permanent live replay', async function () { | 656 | it('Should save a non permanent live replay', async function () { |
657 | this.timeout(120000) | 657 | this.timeout(240000) |
658 | 658 | ||
659 | await commands[0].waitUntilPublished({ videoId: liveVideoReplayId }) | 659 | await commands[0].waitUntilPublished({ videoId: liveVideoReplayId }) |
660 | 660 | ||