Unverified Commit 05e776ee authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 90a3aedc 962db807
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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!'")