Increase test timeout

pull/4903/head
Chocobozzz 2022-04-15 11:38:01 +02:00
parent a94b02e11a
commit 389444e048
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ describe('Test views overall stats', function () {
})
it('Should report countries if geoip is enabled', async function () {
this.timeout(60000)
this.timeout(240000)
const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
await waitJobs(servers)