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

nixosTests.3proxy: fix flakiness
This commit is contained in:
Ryan Mulligan
2020-09-08 20:33:20 -07:00
committed by GitHub

View File

@@ -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")