about summary refs log tree commit diff
path: root/nixos/tests/rss2email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/rss2email.nix')
-rw-r--r--nixos/tests/rss2email.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/rss2email.nix b/nixos/tests/rss2email.nix
index f32326feb50fb..60b27b95fabe4 100644
--- a/nixos/tests/rss2email.nix
+++ b/nixos/tests/rss2email.nix
@@ -55,6 +55,7 @@ import ./make-test-python.nix {
   testScript = ''
     start_all()
 
+    server.systemctl("start network-online.target")
     server.wait_for_unit("network-online.target")
     server.wait_for_unit("opensmtpd")
     server.wait_for_unit("dovecot2")