Skip to content

Commit

Permalink
nixosTests.3proxy: fix flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu committed Sep 1, 2020
1 parent 1e3f09f commit 0c68886
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 0c68886

Please sign in to comment.