Increase timeout

pull/4616/head
Chocobozzz 2021-12-06 10:04:31 +01:00
parent 14a07e0176
commit 33675a4775
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ describe('Test server plugins API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(30000)
this.timeout(60000)
server = await createSingleServer(1)

View File

@ -267,7 +267,7 @@ describe('Test user notifications', 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()