mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 03:29:50 +01:00
tests: change to wait for network.target
This commit is contained in:
parent
aa8c3d7f7d
commit
6427258409
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
testScript = ''
|
||||
start_all()
|
||||
machine.wait_for_unit("network-online.target")
|
||||
machine.wait_for_unit("network.target")
|
||||
machine.wait_for_unit("multi-user.target")
|
||||
|
||||
def login_as_alice():
|
||||
|
|
Loading…
Reference in a new issue