Increase tests timeout for plugin helpers

pull/4175/head
Chocobozzz 2021-06-08 16:52:35 +02:00
parent 9de33c6bd9
commit 75e12406e2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ describe('Test plugin helpers', function () {
let videoUUIDServer1: string
before(async function () {
this.timeout(30000)
this.timeout(60000)
{
const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })