diff --git a/test/vm/postgresql.nix b/test/vm/postgresql.nix index 7421a8c..f595bf8 100644 --- a/test/vm/postgresql.nix +++ b/test/vm/postgresql.nix @@ -14,5 +14,6 @@ in pkgs.nixosTest { testScript = { nodes, ... }: '' start_all() + machine.wait_for_unit("postgresql.service") ''; }