mirror of https://github.com/Chocobozzz/PeerTube
Increase timeout
parent
807a228071
commit
656ed49f24
|
@ -140,7 +140,7 @@ describe('Permanent live', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should be able to stream again in the permanent live', async function () {
|
it('Should be able to stream again in the permanent live', async function () {
|
||||||
this.timeout(20000)
|
this.timeout(60000)
|
||||||
|
|
||||||
await servers[0].config.updateCustomSubConfig({
|
await servers[0].config.updateCustomSubConfig({
|
||||||
newConfig: {
|
newConfig: {
|
||||||
|
|
Loading…
Reference in New Issue