diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-02 16:58:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-02 16:58:45 +0100 |
commit | ffc12d3ad5b832602b1098cd3d601feeb618af7c (patch) | |
tree | 69a5f07846ce937780e181c5cdb1dd4fcff6562f /server/tests | |
parent | 12394e7e4b96df02ae820d59e1b572cac0894253 (diff) | |
download | PeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.tar.gz PeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.tar.zst PeerTube-ffc12d3ad5b832602b1098cd3d601feeb618af7c.zip |
Increase live constraint test timeout
Diffstat (limited to 'server/tests')
-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 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: { |