diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 0009dc4b5e..0c1f1d336f 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -4769,7 +4769,7 @@ mod tests { .take(NO_ENTRIES) .collect(); let mut timeouts = HashMap::new(); - timeouts.insert(Pubkey::default(), CRDS_GOSSIP_PULL_CRDS_TIMEOUT_MS * 2); + timeouts.insert(Pubkey::default(), CRDS_GOSSIP_PULL_CRDS_TIMEOUT_MS * 4); assert_eq!( (0, 0, NO_ENTRIES), cluster_info.handle_pull_response(&entrypoint_pubkey, data, &timeouts)