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
commit a38ffcc20e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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