mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout
parent
0146f3516e
commit
15b43b214e
|
@ -59,7 +59,7 @@ describe('Test video channels', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should create another video channel', async function () {
|
it('Should create another video channel', async function () {
|
||||||
this.timeout(10000)
|
this.timeout(30000)
|
||||||
|
|
||||||
{
|
{
|
||||||
const videoChannel = {
|
const videoChannel = {
|
||||||
|
|
Loading…
Reference in New Issue