mirror of https://github.com/Chocobozzz/PeerTube
Increase live test timeout
parent
66dbfa1f30
commit
f42c21528b
|
@ -415,7 +415,7 @@ describe('Test live', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should enable transcoding with some resolutions and correctly save them', async function () {
|
it('Should enable transcoding with some resolutions and correctly save them', async function () {
|
||||||
this.timeout(120000)
|
this.timeout(200000)
|
||||||
|
|
||||||
const resolutions = [ 240, 360, 720 ]
|
const resolutions = [ 240, 360, 720 ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue