tests/keycloak: try to reduce flakyness
Some checks failed
Flake checks / Check (pull_request) Failing after 57m9s

This commit is contained in:
teutat3s 2024-12-17 17:49:40 -03:00
parent 475af2f82f
commit 6e0023364f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -81,6 +81,7 @@ in
nachtigall.succeed("ping 127.0.0.1 -c 2")
nachtigall.wait_for_unit("nginx.service")
nachtigall.wait_for_unit("keycloak.service")
nachtigall.wait_for_open_port(8080)
nachtigall.wait_until_succeeds("curl http://127.0.0.1:8080/")
nachtigall.wait_until_succeeds("curl https://auth.test.pub.solar/")