Skip to content

Commit

Permalink
increase timeout waiting for realm to be provisioned again
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr committed Sep 20, 2024
1 parent 0007f01 commit 144c1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144c1ee

Please sign in to comment.