aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/views/video-views-overall-stats.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/views/video-views-overall-stats.ts')
-rw-r--r--server/tests/api/views/video-views-overall-stats.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/views/video-views-overall-stats.ts b/server/tests/api/views/video-views-overall-stats.ts
index 10b71836a..a70d6185e 100644
--- a/server/tests/api/views/video-views-overall-stats.ts
+++ b/server/tests/api/views/video-views-overall-stats.ts
@@ -238,7 +238,7 @@ describe('Test views overall stats', function () {
238 describe('Test countries', function () { 238 describe('Test countries', function () {
239 239
240 it('Should not report countries if geoip is disabled', async function () { 240 it('Should not report countries if geoip is disabled', async function () {
241 this.timeout(60000) 241 this.timeout(120000)
242 242
243 const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) 243 const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
244 await waitJobs(servers) 244 await waitJobs(servers)