Increase timeouts
This commit is contained in:
parent
e9bce34361
commit
8d57e72875
|
@ -272,7 +272,7 @@ describe('Test video imports API validator', function () {
|
|||
})
|
||||
|
||||
it('Should succeed with the correct parameters', async function () {
|
||||
this.timeout(30000)
|
||||
this.timeout(120000)
|
||||
|
||||
await makePostBodyRequest({
|
||||
url: server.url,
|
||||
|
|
|
@ -18,7 +18,7 @@ describe('Test videos history', function () {
|
|||
let userAccessToken: string
|
||||
|
||||
before(async function () {
|
||||
this.timeout(30000)
|
||||
this.timeout(120000)
|
||||
|
||||
server = await createSingleServer(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue