From f169a1af97b28a0835e6447873ff7e4d5f4041db Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sat, 25 Jun 2022 21:31:26 +0300 Subject: [PATCH] nixos/tests: small update nginx-http3 test --- nixos/tests/nginx-http3.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/nginx-http3.nix b/nixos/tests/nginx-http3.nix index edd0759464c8..319f6aac184a 100644 --- a/nixos/tests/nginx-http3.nix +++ b/nixos/tests/nginx-http3.nix @@ -70,6 +70,9 @@ in testScript = '' start_all() + server.wait_for_unit("nginx") + server.wait_for_open_port(443) + # Check http connections client.succeed("curl --verbose --http3 https://acme.test | grep 'Hello World!'")