mirror of https://github.com/Chocobozzz/PeerTube
Increase timeout
parent
14a07e0176
commit
33675a4775
|
@ -30,7 +30,7 @@ describe('Test server plugins API validators', function () {
|
||||||
// ---------------------------------------------------------------
|
// ---------------------------------------------------------------
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(60000)
|
||||||
|
|
||||||
server = await createSingleServer(1)
|
server = await createSingleServer(1)
|
||||||
|
|
||||||
|
|
|
@ -267,7 +267,7 @@ describe('Test user notifications', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should send a notification when an imported video is transcoded', async function () {
|
it('Should send a notification when an imported video is transcoded', async function () {
|
||||||
this.timeout(50000)
|
this.timeout(120000)
|
||||||
|
|
||||||
const name = 'video import ' + buildUUID()
|
const name = 'video import ' + buildUUID()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue