about summary refs log tree commit diff
path: root/nixos/tests/nginx-http3.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-06-25 21:31:26 +0300
committerIzorkin <izorkin@elven.pw>2022-06-29 22:39:14 +0300
commitf169a1af97b28a0835e6447873ff7e4d5f4041db (patch)
tree0f7b107ac837a56deece583a9faf27316ed24fb6 /nixos/tests/nginx-http3.nix
parentccff32fa91711f2c05b4f4b7ce80d2890690814a (diff)
nixos/tests: small update nginx-http3 test
Diffstat (limited to 'nixos/tests/nginx-http3.nix')
-rw-r--r--nixos/tests/nginx-http3.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/nginx-http3.nix b/nixos/tests/nginx-http3.nix
index edd0759464c8a..319f6aac184ab 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!'")