From 84c1c36a37bb7d186571a3366b3878615a0c74cc Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Sat, 1 Feb 2025 12:33:23 +0100 Subject: [PATCH] nixos/zenoh: fix test Avoid timing issues by starting the router first --- nixos/tests/zenohd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/zenohd.nix b/nixos/tests/zenohd.nix index 7d99460d6ade..0aeca6b61818 100644 --- a/nixos/tests/zenohd.nix +++ b/nixos/tests/zenohd.nix @@ -82,7 +82,6 @@ import ./make-test-python.nix ( }; testScript = '' - start_all() router.wait_for_unit("zenohd.service") client.wait_for_unit("multi-user.target")