nixosTests.3proxy: fix flakiness
This commit is contained in:
parent
1e3f09feaa
commit
0c688868e7
@ -134,6 +134,10 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
|||||||
};
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
|
start_all()
|
||||||
|
|
||||||
|
peer0.wait_for_unit("network-online.target")
|
||||||
|
|
||||||
peer1.wait_for_unit("3proxy.service")
|
peer1.wait_for_unit("3proxy.service")
|
||||||
peer1.wait_for_open_port("9999")
|
peer1.wait_for_open_port("9999")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user