diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index dde6f07168..9decf1fddd 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -4766,7 +4766,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)