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:
|
||||
integration-tests:
|
||||
name: Backend tests
|
||||
name: Integration tests
|
||||
timeout-minutes: 30
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -15,7 +15,7 @@ describe("OpenVidu active entities fixer", () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
await startLocalDeployment();
|
||||
}, 60000); // 1 minute
|
||||
}, 120000); // 2 minute
|
||||
|
||||
afterEach(() => {
|
||||
stopLocalDeployment();
|
||||
|
|
Loading…
Reference in New Issue