tests/keycloak: try to reduce flakyness
Some checks failed
Flake checks / Check (pull_request) Failing after 57m9s
Some checks failed
Flake checks / Check (pull_request) Failing after 57m9s
This commit is contained in:
parent
475af2f82f
commit
6e0023364f
|
@ -81,6 +81,7 @@ in
|
||||||
nachtigall.succeed("ping 127.0.0.1 -c 2")
|
nachtigall.succeed("ping 127.0.0.1 -c 2")
|
||||||
nachtigall.wait_for_unit("nginx.service")
|
nachtigall.wait_for_unit("nginx.service")
|
||||||
nachtigall.wait_for_unit("keycloak.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 http://127.0.0.1:8080/")
|
||||||
nachtigall.wait_until_succeeds("curl https://auth.test.pub.solar/")
|
nachtigall.wait_until_succeeds("curl https://auth.test.pub.solar/")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue