aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-02 10:50:04 +0200
committerChocobozzz <me@florianbigard.com>2022-05-02 10:50:09 +0200
commit40fa53ac9900fb140027bd2ed03f3e90dde1b4bd (patch)
tree6e6a2e16004afdf5f954175fa392225e67f2c15b
parent5d9b867ed30cbd40025d9c1223caff43c3cd0d82 (diff)
downloadPeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.tar.gz
PeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.tar.zst
PeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.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 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)