Skip to content

Commit 6427258

Browse files
committed
tests: change to wait for network.target
1 parent aa8c3d7 commit 6427258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/standalone/flake-basics.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
testScript = ''
2626
start_all()
27-
machine.wait_for_unit("network-online.target")
27+
machine.wait_for_unit("network.target")
2828
machine.wait_for_unit("multi-user.target")
2929
3030
def login_as_alice():

0 commit comments

Comments
 (0)