Skip to content

Commit

Permalink
hotfix for gossip test flaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Pyattaev committed Mar 7, 2025
1 parent 9531071 commit 3a892cc
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 @@ -3752,6 +3752,7 @@ mod tests {
let mut node = cluster_info.my_contact_info.write().unwrap();
node.set_shred_version(42);
}
std::thread::sleep(Duration::from_millis(1));
cluster_info.refresh_my_gossip_contact_info();
cluster_info.flush_push_queue();
// Should now include both epoch slots.
Expand Down

0 comments on commit 3a892cc

Please sign in to comment.