wait for postgreql service
This commit is contained in:
parent
c478fa24b5
commit
06d1f520ce
1 changed files with 1 additions and 0 deletions
|
|
@ -14,5 +14,6 @@ in pkgs.nixosTest {
|
||||||
|
|
||||||
testScript = { nodes, ... }: ''
|
testScript = { nodes, ... }: ''
|
||||||
start_all()
|
start_all()
|
||||||
|
machine.wait_for_unit("postgresql.service")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue