diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-04 09:40:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-04 09:40:17 +0100 |
commit | dbb15e371abfdc5a291d3c8908c7da73ded2c654 (patch) | |
tree | e10c349be823c4da9db5df5d028894175530468a /server/tests | |
parent | 0bd6d35f13184d8aff883121ea0e835ba6c91497 (diff) | |
download | PeerTube-dbb15e371abfdc5a291d3c8908c7da73ded2c654.tar.gz PeerTube-dbb15e371abfdc5a291d3c8908c7da73ded2c654.tar.zst PeerTube-dbb15e371abfdc5a291d3c8908c7da73ded2c654.zip |
Increase timeouts
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/live/live.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 19976ba8a..0831f91f0 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -391,7 +391,7 @@ describe('Test live', function () { | |||
391 | }) | 391 | }) |
392 | 392 | ||
393 | it('Should enable transcoding without additional resolutions', async function () { | 393 | it('Should enable transcoding without additional resolutions', async function () { |
394 | this.timeout(30000) | 394 | this.timeout(60000) |
395 | 395 | ||
396 | liveVideoId = await createLiveWrapper(false) | 396 | liveVideoId = await createLiveWrapper(false) |
397 | 397 | ||
@@ -405,7 +405,7 @@ describe('Test live', function () { | |||
405 | }) | 405 | }) |
406 | 406 | ||
407 | it('Should enable transcoding with some resolutions', async function () { | 407 | it('Should enable transcoding with some resolutions', async function () { |
408 | this.timeout(30000) | 408 | this.timeout(60000) |
409 | 409 | ||
410 | const resolutions = [ 240, 480 ] | 410 | const resolutions = [ 240, 480 ] |
411 | await updateConf(resolutions) | 411 | await updateConf(resolutions) |