Increase tests timeout

pull/4107/head
Chocobozzz 2021-05-10 17:06:53 +02:00
parent f67d1dca1a
commit 38ce2aa7a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ describe('Test plugin filter hooks', function () {
})
it('Should blacklist on remote upload', async function () {
this.timeout(45000)
this.timeout(60000)
const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'remote please blacklist me' })
await waitJobs(servers)
@ -335,7 +335,7 @@ describe('Test plugin filter hooks', function () {
})
it('Should blacklist on remote update', async function () {
this.timeout(45000)
this.timeout(60000)
const res = await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'video' })
await waitJobs(servers)