[Backport release-25.05] nixosTests.ngingx-http3: fix race condition (#414891)

This commit is contained in:
Aleksana
2025-06-11 10:43:20 +08:00
committed by GitHub

View File

@@ -90,6 +90,7 @@ builtins.listToAttrs (
server.wait_for_unit("nginx")
server.wait_for_open_port(443)
client.wait_for_unit("network-online.target")
# Check http connections
client.succeed("curl --verbose --http3-only https://acme.test | grep 'Hello World!'")