Skip to content

Commit

Permalink
nixosTests.3proxy: fix flakiness
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c68886)
  • Loading branch information
misuzu authored and Jon committed Sep 9, 2020
1 parent 69ab6a3 commit cb86865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/tests/3proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cb86865

Please sign in to comment.