Increase test timeout
This commit is contained in:
parent
5d9b867ed3
commit
40fa53ac99
|
@ -238,7 +238,7 @@ describe('Test views overall stats', function () {
|
||||||
describe('Test countries', function () {
|
describe('Test countries', function () {
|
||||||
|
|
||||||
it('Should not report countries if geoip is disabled', async function () {
|
it('Should not report countries if geoip is disabled', async function () {
|
||||||
this.timeout(60000)
|
this.timeout(120000)
|
||||||
|
|
||||||
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