summary refs log tree commit diff
path: root/nixos/tests/morty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/morty.nix')
-rw-r--r--nixos/tests/morty.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/morty.nix b/nixos/tests/morty.nix
index e052ee98806..0a5324259ad 100644
--- a/nixos/tests/morty.nix
+++ b/nixos/tests/morty.nix
@@ -22,9 +22,9 @@ import ./make-test.nix ({ pkgs, ... }:
   testScript =
     { nodes , ... }:
     ''
-      startAll;
+      $mortyProxyWithKey->waitForUnit("default.target");
 
-      $mortyProxyWithKey->waitForUnit("morty");
+      $mortyProxyWithKey->waitForOpenPort(3001);
       $mortyProxyWithKey->succeed("curl -L 127.0.0.1:3001 | grep MortyProxy");
 
     '';