0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/zenoh: fix test

Avoid timing issues by starting the router first
This commit is contained in:
Markus Kowalewski 2025-02-01 12:33:23 +01:00
parent bf2e5d59bf
commit 84c1c36a37

View file

@ -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")