mirror of https://github.com/Chocobozzz/PeerTube
Fix benchmark test
parent
1cf0df024e
commit
87c0f718dc
|
@ -135,7 +135,7 @@ async function run () {
|
|||
title: 'API - config',
|
||||
path: '/api/v1/config',
|
||||
expecter: (body, status) => {
|
||||
return status === 200 && body.startsWith('{"instance":')
|
||||
return status === 200 && body.startsWith('{"allowEdits":')
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -172,7 +172,7 @@ describe('Test handle downs', function () {
|
|||
})
|
||||
|
||||
it('Should re-follow server 1', async function () {
|
||||
this.timeout(35000)
|
||||
this.timeout(70000)
|
||||
|
||||
await servers[1].run()
|
||||
await servers[2].run()
|
||||
|
|
|
@ -22,7 +22,7 @@ describe('Test users subscriptions', function () {
|
|||
let command: SubscriptionsCommand
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue