nixosTests.ngingx-http3: fix race condition (#412954)

This commit is contained in:
Sandro 2025-06-08 03:23:56 +02:00 committed by GitHub
commit 05e776eef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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!'")