1
0
Fork 0
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:
Robert Helgesson 2024-12-24 16:02:29 +01:00
parent aa8c3d7f7d
commit 6427258409
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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():