aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-08 18:15:25 +0200
committerChocobozzz <me@florianbigard.com>2021-06-08 18:15:25 +0200
commit17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc (patch)
tree532eace229ef1bd9659b632c47f31f024c67eb64
parentbbfdeb39214fb54b36bb1ea232e469e015b19625 (diff)
downloadPeerTube-17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc.tar.gz
PeerTube-17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc.tar.zst
PeerTube-17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc.zip
Increase permanent live test timeout
-rw-r--r--server/tests/api/live/live-permanent.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts
index d52e8c7e4..2b440dbd0 100644
--- a/server/tests/api/live/live-permanent.ts
+++ b/server/tests/api/live/live-permanent.ts
@@ -106,7 +106,7 @@ describe('Permenant live', function () {
106 }) 106 })
107 107
108 it('Should stream into this permanent live', async function () { 108 it('Should stream into this permanent live', async function () {
109 this.timeout(60000) 109 this.timeout(120000)
110 110
111 const command = await sendRTMPStreamInVideo(servers[0].url, servers[0].accessToken, videoUUID) 111 const command = await sendRTMPStreamInVideo(servers[0].url, servers[0].accessToken, videoUUID)
112 112