Skip to content

Commit

Permalink
retry 3 on test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Feb 5, 2020
1 parent 2cea304 commit b5b7b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Network.Test/PeerManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void Will_fill_up_over_and_over_again_on_disconnects_and_when_ids_keep_ch
}
}

[Test]
[Test, Retry(3)]
public void Will_fill_up_over_and_over_again_on_disconnects_and_when_ids_keep_changing_with_max_candidates_40_with_random_incoming_connections()
{
_networkConfig.MaxCandidatePeerCount = 40;
Expand Down

0 comments on commit b5b7b56

Please sign in to comment.