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