aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-02 16:58:45 +0100
committerChocobozzz <me@florianbigard.com>2020-12-02 16:58:45 +0100
commitffc12d3ad5b832602b1098cd3d601feeb618af7c (patch)
tree69a5f07846ce937780e181c5cdb1dd4fcff6562f
parent12394e7e4b96df02ae820d59e1b572cac0894253 (diff)
downloadPeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.tar.gz
PeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.tar.zst
PeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.zip
Increase live constraint test timeout
-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: {