Increase test timeout
This commit is contained in:
committed by
mergify[bot]
parent
f59d4f29d9
commit
a1b0f2f681
@ -4769,7 +4769,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)
|
||||||
|
Reference in New Issue
Block a user