aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-22 09:20:28 +0200
committerChocobozzz <me@florianbigard.com>2023-05-22 09:22:08 +0200
commit33b91e53d21fba295ecf516b717fb36e91990771 (patch)
treec3e6c31636a47b64c164c1e91ee2125bbc61339e /server/tests/api/live
parent679f8800cdc0ef925fae9ca26fb2892a8f475ad5 (diff)
downloadPeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.gz
PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.zst
PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.zip
Remove low timeouts
Default timeout is 30s
Diffstat (limited to 'server/tests/api/live')
-rw-r--r--server/tests/api/live/live.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index 592548b52..65ebbc5f7 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -181,8 +181,6 @@ describe('Test live', function () {
181 }) 181 })
182 182
183 it('Should update the live', async function () { 183 it('Should update the live', async function () {
184 this.timeout(10000)
185
186 await commands[0].update({ videoId: liveVideoUUID, fields: { saveReplay: false, latencyMode: LiveVideoLatencyMode.DEFAULT } }) 184 await commands[0].update({ videoId: liveVideoUUID, fields: { saveReplay: false, latencyMode: LiveVideoLatencyMode.DEFAULT } })
187 await waitJobs(servers) 185 await waitJobs(servers)
188 }) 186 })
@@ -206,8 +204,6 @@ describe('Test live', function () {
206 }) 204 })
207 205
208 it('Delete the live', async function () { 206 it('Delete the live', async function () {
209 this.timeout(10000)
210
211 await servers[0].videos.remove({ id: liveVideoUUID }) 207 await servers[0].videos.remove({ id: liveVideoUUID })
212 await waitJobs(servers) 208 await waitJobs(servers)
213 }) 209 })