aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-16 10:02:12 +0200
committerChocobozzz <me@florianbigard.com>2022-08-16 10:33:27 +0200
commit3b2006bb725aa0b457cdd99aab488b5cc0c4814a (patch)
tree0c0c309162ac554b6cd523717be69c9498907e12 /server/tests/api/live/live.ts
parentfd3c2e87051f5029cdec39d877b576a62f48e219 (diff)
downloadPeerTube-3b2006bb725aa0b457cdd99aab488b5cc0c4814a.tar.gz
PeerTube-3b2006bb725aa0b457cdd99aab488b5cc0c4814a.tar.zst
PeerTube-3b2006bb725aa0b457cdd99aab488b5cc0c4814a.zip
Increase timeouts
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r--server/tests/api/live/live.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index 33ac1491e..2ca147ebe 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -223,7 +223,7 @@ describe('Test live', function () {
223 let vodVideoId: string 223 let vodVideoId: string
224 224
225 before(async function () { 225 before(async function () {
226 this.timeout(120000) 226 this.timeout(240000)
227 227
228 vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid 228 vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid
229 229