diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-05 14:35:59 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-05-09 08:57:34 +0200 |
commit | 21609258dee096e1ecc3af7a2b9e841742ef7f7d (patch) | |
tree | 5d4103b7c8ca3baa54f6feecdc7e150e9295e056 /server/tests/api/live/live-constraints.ts | |
parent | a687879e94fa5d3ecdd76bec3d94d0e1698ee913 (diff) | |
download | PeerTube-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.ts | 2 |
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: { |