Skip to content

Commit

Permalink
Fix unstable test test_fill_app::test_disconnect
Browse files Browse the repository at this point in the history
Refs: #36, #39
  • Loading branch information
ulope committed Mar 11, 2016
1 parent 4796f0d commit 3016cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devp2p/tests/test_full_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class TestDriver(object):
app_helper.assert_config = lambda a, b, c, d: True

app_helper.run(ExampleApp, ExampleServiceAppDisconnect,
num_nodes=3, min_peers=2, max_peers=1)
num_nodes=3, min_peers=2, max_peers=1, random_port=True)


if __name__ == "__main__":
Expand Down

0 comments on commit 3016cda

Please sign in to comment.