diff --git a/.github/workflows/cypress-e2e-test.yaml b/.github/workflows/cypress-e2e-test.yaml index da42782a1..56fa34799 100644 --- a/.github/workflows/cypress-e2e-test.yaml +++ b/.github/workflows/cypress-e2e-test.yaml @@ -45,7 +45,7 @@ jobs: export MACHINE_HOST_IP=$(hostname -I | awk '{print $1}') ~/.docker/cli-plugins/docker-compose -f localdev/docker-compose.yml -f localdev/docker-compose-ci.yml up -d node_modules/.bin/wait-on http://localhost:8080/health/ready --timeout 120000 - node_modules/.bin/wait-on http://localhost:8080/realms/platform-services/.well-known/openid-configuration --timeout 120000 + node_modules/.bin/wait-on http://localhost:8080/realms/platform-services/.well-known/openid-configuration --timeout 240000 cp app/.env.example app/.env.test - name: Run App