nixosTests.3proxy: fix flakiness
This commit is contained in:
parent
1e3f09feaa
commit
0c688868e7
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue