diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-09 08:58:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-09 08:58:15 +0200 |
commit | 1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 (patch) | |
tree | 67e5fe91074e16e1e86ee24713325357e9210846 | |
parent | 21609258dee096e1ecc3af7a2b9e841742ef7f7d (diff) | |
download | PeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.tar.gz PeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.tar.zst PeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.zip |
Increase timeout
-rw-r--r-- | server/tests/api/live/live-save-replay.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-save-replay.ts b/server/tests/api/live/live-save-replay.ts index 3a9a84f7e..676d0af69 100644 --- a/server/tests/api/live/live-save-replay.ts +++ b/server/tests/api/live/live-save-replay.ts | |||
@@ -217,7 +217,7 @@ describe('Save replay setting', function () { | |||
217 | }) | 217 | }) |
218 | 218 | ||
219 | it('Should correctly terminate the stream on blacklist and delete the live', async function () { | 219 | it('Should correctly terminate the stream on blacklist and delete the live', async function () { |
220 | this.timeout(40000) | 220 | this.timeout(60000) |
221 | 221 | ||
222 | await publishLiveAndBlacklist({ permanent: false, replay: false }) | 222 | await publishLiveAndBlacklist({ permanent: false, replay: false }) |
223 | 223 | ||