diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-15 11:38:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-15 11:38:01 +0200 |
commit | 389444e04883bde4074cb7e69de0afe5530981c9 (patch) | |
tree | b220d471615e3f318aa71168be377edde2490eba /server/tests/api/views | |
parent | a94b02e11ac730cd7512ea47c4b7d1320d842baa (diff) | |
download | PeerTube-389444e04883bde4074cb7e69de0afe5530981c9.tar.gz PeerTube-389444e04883bde4074cb7e69de0afe5530981c9.tar.zst PeerTube-389444e04883bde4074cb7e69de0afe5530981c9.zip |
Increase test timeout
Diffstat (limited to 'server/tests/api/views')
-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) |