mirror of https://github.com/OpenVidu/openvidu.git
Increase timeout for active entities fixer integration test
parent
40f6bd790d
commit
363d352c79
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration-tests:
|
integration-tests:
|
||||||
name: Backend tests
|
name: Integration tests
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -15,7 +15,7 @@ describe("OpenVidu active entities fixer", () => {
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await startLocalDeployment();
|
await startLocalDeployment();
|
||||||
}, 60000); // 1 minute
|
}, 120000); // 2 minute
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
stopLocalDeployment();
|
stopLocalDeployment();
|
||||||
|
|
Loading…
Reference in New Issue