aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-save-replay.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-09 08:58:15 +0200
committerChocobozzz <me@florianbigard.com>2023-05-09 08:58:15 +0200
commit1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 (patch)
tree67e5fe91074e16e1e86ee24713325357e9210846 /server/tests/api/live/live-save-replay.ts
parent21609258dee096e1ecc3af7a2b9e841742ef7f7d (diff)
downloadPeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.tar.gz
PeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.tar.zst
PeerTube-1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9.zip
Increase timeout
Diffstat (limited to 'server/tests/api/live/live-save-replay.ts')
-rw-r--r--server/tests/api/live/live-save-replay.ts2
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