diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/views/video-views-overall-stats.ts | 2 |
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 d8de73cbc..10b71836a 100644 --- a/server/tests/api/views/video-views-overall-stats.ts +++ b/server/tests/api/views/video-views-overall-stats.ts | |||
@@ -252,7 +252,7 @@ describe('Test views overall stats', function () { | |||
252 | }) | 252 | }) |
253 | 253 | ||
254 | it('Should report countries if geoip is enabled', async function () { | 254 | it('Should report countries if geoip is enabled', async function () { |
255 | this.timeout(60000) | 255 | this.timeout(240000) |
256 | 256 | ||
257 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) | 257 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) |
258 | await waitJobs(servers) | 258 | await waitJobs(servers) |