aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-constraints.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-05 14:35:59 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit21609258dee096e1ecc3af7a2b9e841742ef7f7d (patch)
tree5d4103b7c8ca3baa54f6feecdc7e150e9295e056 /server/tests/api/live/live-constraints.ts
parenta687879e94fa5d3ecdd76bec3d94d0e1698ee913 (diff)
downloadPeerTube-21609258dee096e1ecc3af7a2b9e841742ef7f7d.tar.gz
PeerTube-21609258dee096e1ecc3af7a2b9e841742ef7f7d.tar.zst
PeerTube-21609258dee096e1ecc3af7a2b9e841742ef7f7d.zip
Increase timeouts
Diffstat (limited to 'server/tests/api/live/live-constraints.ts')
-rw-r--r--server/tests/api/live/live-constraints.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts
index fabb8798d..59e27cc62 100644
--- a/server/tests/api/live/live-constraints.ts
+++ b/server/tests/api/live/live-constraints.ts
@@ -190,7 +190,7 @@ describe('Test live constraints', function () {
190 }) 190 })
191 191
192 it('Should have max duration limit', async function () { 192 it('Should have max duration limit', async function () {
193 this.timeout(60000) 193 this.timeout(240000)
194 194
195 await servers[0].config.updateCustomSubConfig({ 195 await servers[0].config.updateCustomSubConfig({
196 newConfig: { 196 newConfig: {