diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 15:19:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 15:19:45 +0100 |
commit | 656ed49f24f678d54ebbf420809c1bd5162587c8 (patch) | |
tree | 34c610e65363fb9c1eea79234161d91ade213d83 /server/tests | |
parent | 807a2280719d16d3dd9cf37c73e9c38ece9f101e (diff) | |
download | PeerTube-656ed49f24f678d54ebbf420809c1bd5162587c8.tar.gz PeerTube-656ed49f24f678d54ebbf420809c1bd5162587c8.tar.zst PeerTube-656ed49f24f678d54ebbf420809c1bd5162587c8.zip |
Increase timeout
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/live/live-permanent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts index c2392603b..3e6fec453 100644 --- a/server/tests/api/live/live-permanent.ts +++ b/server/tests/api/live/live-permanent.ts | |||
@@ -140,7 +140,7 @@ describe('Permanent live', function () { | |||
140 | }) | 140 | }) |
141 | 141 | ||
142 | it('Should be able to stream again in the permanent live', async function () { | 142 | it('Should be able to stream again in the permanent live', async function () { |
143 | this.timeout(20000) | 143 | this.timeout(60000) |
144 | 144 | ||
145 | await servers[0].config.updateCustomSubConfig({ | 145 | await servers[0].config.updateCustomSubConfig({ |
146 | newConfig: { | 146 | newConfig: { |