Skip to content

Commit

Permalink
Increase timeout for active entities fixer integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarmore committed Dec 6, 2024
1 parent 40f6bd7 commit 363d352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
integration-tests:
name: Backend tests
name: Integration tests
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("OpenVidu active entities fixer", () => {

beforeEach(async () => {
await startLocalDeployment();
}, 60000); // 1 minute
}, 120000); // 2 minute

afterEach(() => {
stopLocalDeployment();
Expand Down

0 comments on commit 363d352

Please sign in to comment.