mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout
parent
a94b02e11a
commit
389444e048
|
@ -252,7 +252,7 @@ describe('Test views overall stats', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should report countries if geoip is enabled', async function () {
|
it('Should report countries if geoip is enabled', async function () {
|
||||||
this.timeout(60000)
|
this.timeout(240000)
|
||||||
|
|
||||||
const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
|
const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
|
||||||
await waitJobs(servers)
|
await waitJobs(servers)
|
||||||
|
|
Loading…
Reference in New Issue