Increase test timeout

This commit is contained in:
Michael Vines
2021-04-18 17:56:00 -07:00
parent a911ae00ba
commit b06e93fe5b

View File

@ -4766,7 +4766,7 @@ mod tests {
.take(NO_ENTRIES) .take(NO_ENTRIES)
.collect(); .collect();
let mut timeouts = HashMap::new(); 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!( assert_eq!(
(0, 0, NO_ENTRIES), (0, 0, NO_ENTRIES),
cluster_info.handle_pull_response(&entrypoint_pubkey, data, &timeouts) cluster_info.handle_pull_response(&entrypoint_pubkey, data, &timeouts)