aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 23c8e3b0a..257673b66 100644
--- a/server/tests/api/live/live-constraints.ts
+++ b/server/tests/api/live/live-constraints.ts
@@ -164,7 +164,7 @@ describe('Test live constraints', function () {
164 }) 164 })
165 165
166 it('Should have max duration limit', async function () { 166 it('Should have max duration limit', async function () {
167 this.timeout(30000) 167 this.timeout(60000)
168 168
169 await updateCustomSubConfig(servers[0].url, servers[0].accessToken, { 169 await updateCustomSubConfig(servers[0].url, servers[0].accessToken, {
170 live: { 170 live: {