Increase tests timeout for plugin helpers
This commit is contained in:
parent
9de33c6bd9
commit
75e12406e2
|
@ -144,7 +144,7 @@ describe('Test plugin helpers', function () {
|
||||||
let videoUUIDServer1: string
|
let videoUUIDServer1: string
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(60000)
|
||||||
|
|
||||||
{
|
{
|
||||||
const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })
|
const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })
|
||||||
|
|
Loading…
Reference in New Issue