Increase timeouts

This commit is contained in:
Chocobozzz 2022-05-19 08:27:04 +02:00
parent e9bce34361
commit 8d57e72875
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ describe('Test video imports API validator', function () {
}) })
it('Should succeed with the correct parameters', async function () { it('Should succeed with the correct parameters', async function () {
this.timeout(30000) this.timeout(120000)
await makePostBodyRequest({ await makePostBodyRequest({
url: server.url, url: server.url,

View File

@ -18,7 +18,7 @@ describe('Test videos history', function () {
let userAccessToken: string let userAccessToken: string
before(async function () { before(async function () {
this.timeout(30000) this.timeout(120000)
server = await createSingleServer(1) server = await createSingleServer(1)