1
0
Fork 0

wait for postgreql service

This commit is contained in:
ibizaman 2023-11-21 23:33:21 -08:00
parent c478fa24b5
commit 06d1f520ce

View file

@ -14,5 +14,6 @@ in pkgs.nixosTest {
testScript = { nodes, ... }: '' testScript = { nodes, ... }: ''
start_all() start_all()
machine.wait_for_unit("postgresql.service")
''; '';
} }