mirror of
https://github.com/nix-community/home-manager
synced 2025-01-25 18:35:01 +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 = ''
|
testScript = ''
|
||||||
start_all()
|
start_all()
|
||||||
machine.wait_for_unit("network-online.target")
|
machine.wait_for_unit("network.target")
|
||||||
machine.wait_for_unit("multi-user.target")
|
machine.wait_for_unit("multi-user.target")
|
||||||
|
|
||||||
def login_as_alice():
|
def login_as_alice():
|
||||||
|
|
Loading…
Add table
Reference in a new issue