mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase timeouts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user