Increase test timeout

This commit is contained in:
Michael Vines
2021-04-18 17:56:00 -07:00
committed by mergify[bot]
parent f59d4f29d9
commit a1b0f2f681

View File

@ -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)