diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-02 10:50:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-02 10:50:09 +0200 |
commit | 40fa53ac9900fb140027bd2ed03f3e90dde1b4bd (patch) | |
tree | 6e6a2e16004afdf5f954175fa392225e67f2c15b /server/tests/api/views | |
parent | 5d9b867ed30cbd40025d9c1223caff43c3cd0d82 (diff) | |
download | PeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.tar.gz PeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.tar.zst PeerTube-40fa53ac9900fb140027bd2ed03f3e90dde1b4bd.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 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) |