Merge pull request #95752 from misuzu/3proxy-test-fix

nixosTests.3proxy: fix flakiness

authored by

Ryan Mulligan and committed by
GitHub
a38ffcc2 e044909a

+4
+4
nixos/tests/3proxy.nix
··· 134 134 }; 135 135 136 136 testScript = '' 137 + start_all() 138 + 139 + peer0.wait_for_unit("network-online.target") 140 + 137 141 peer1.wait_for_unit("3proxy.service") 138 142 peer1.wait_for_open_port("9999") 139 143