Increase test timeout for travis
This commit is contained in:
parent
1e11f67be4
commit
adc236fee3
|
@ -575,7 +575,7 @@ describe('Test users API validators', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should fail with a registered user having too many video', async function () {
|
it('Should fail with a registered user having too many video', async function () {
|
||||||
this.timeout(15000)
|
this.timeout(30000)
|
||||||
|
|
||||||
const user = {
|
const user = {
|
||||||
username: 'user3',
|
username: 'user3',
|
||||||
|
|
Loading…
Reference in New Issue