aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-04-15 11:38:01 +0200
committerChocobozzz <me@florianbigard.com>2022-04-15 11:38:01 +0200
commit389444e04883bde4074cb7e69de0afe5530981c9 (patch)
treeb220d471615e3f318aa71168be377edde2490eba
parenta94b02e11ac730cd7512ea47c4b7d1320d842baa (diff)
downloadPeerTube-389444e04883bde4074cb7e69de0afe5530981c9.tar.gz
PeerTube-389444e04883bde4074cb7e69de0afe5530981c9.tar.zst
PeerTube-389444e04883bde4074cb7e69de0afe5530981c9.zip
Increase test timeout
-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 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)