about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-09-08 20:33:20 -0700
committerGitHub <noreply@github.com>2020-09-08 20:33:20 -0700
commita38ffcc20ede65981c7b9e84fb796a2e1ebc5406 (patch)
treed8621382ac01ad682ebe3eb7edd86405436de93d /nixos
parente044909abaaade802ae019e937bb8d671b3065a7 (diff)
parent0c688868e7a02cb197b9c0b60339400fac904214 (diff)
downloadnixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar.gz
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar.bz2
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar.lz
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar.xz
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.tar.zst
nixlib-a38ffcc20ede65981c7b9e84fb796a2e1ebc5406.zip
Merge pull request #95752 from misuzu/3proxy-test-fix
nixosTests.3proxy: fix flakiness
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/3proxy.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/3proxy.nix b/nixos/tests/3proxy.nix
index 3e2061d7e42f..de3056f6710f 100644
--- a/nixos/tests/3proxy.nix
+++ b/nixos/tests/3proxy.nix
@@ -134,6 +134,10 @@ import ./make-test-python.nix ({ pkgs, ...} : {
   };
 
   testScript = ''
+    start_all()
+
+    peer0.wait_for_unit("network-online.target")
+
     peer1.wait_for_unit("3proxy.service")
     peer1.wait_for_open_port("9999")