mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix benchmark test
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user