diff --git a/nixos/tests/zenohd.nix b/nixos/tests/zenohd.nix index ee1959e86c48..04f423057899 100644 --- a/nixos/tests/zenohd.nix +++ b/nixos/tests/zenohd.nix @@ -84,7 +84,7 @@ client.wait_for_unit("multi-user.target") for be in ["fs", "rocksdb", "mem" ]: - client.succeed(f"mosquitto_pub -h router -t {be}/test -m hello") + client.succeed(f"mosquitto_pub -q 1 -h router -t {be}/test -m hello") client.succeed(f"curl router:8000/{be}/test | grep hello") ''; }