Skip to content

Commit

Permalink
Fix flaky gossip ping test (#5162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Mar 6, 2025
1 parent 9ae8e4c commit 76fd977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip/src/cluster_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3224,6 +3224,7 @@ mod tests {
);
let remote_nodes: Vec<(Keypair, SocketAddr)> =
repeat_with(|| new_rand_remote_node(&mut rng))
.filter(|(_, socket)| socket.port() != 0)
.take(128)
.collect();
let pings: Vec<_> = remote_nodes
Expand Down

0 comments on commit 76fd977

Please sign in to comment.