Increase timeout for active entities fixer integration test

dependabot/npm_and_yarn/openvidu-components-angular/multi-f2b383cc78
juancarmore 2024-12-06 14:08:07 +01:00
parent 40f6bd790d
commit 363d352c79
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
integration-tests:
name: Backend tests
name: Integration tests
timeout-minutes: 30
runs-on: ubuntu-latest
steps:

View File

@ -15,7 +15,7 @@ describe("OpenVidu active entities fixer", () => {
beforeEach(async () => {
await startLocalDeployment();
}, 60000); // 1 minute
}, 120000); // 2 minute
afterEach(() => {
stopLocalDeployment();