Increase test timeout for travis

This commit is contained in:
Chocobozzz 2018-06-27 10:07:41 +02:00
parent 1e11f67be4
commit adc236fee3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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',