aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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