1
0
Fork 0

Increase test timeout

This commit is contained in:
Chocobozzz 2022-05-02 10:50:04 +02:00
parent 5d9b867ed3
commit 40fa53ac99
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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