mirror of https://github.com/Chocobozzz/PeerTube
Increase tests timeout for plugin helpers
parent
9de33c6bd9
commit
75e12406e2
|
@ -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' })
|
||||
|
|
Loading…
Reference in New Issue