From b06e93fe5b41978065be67b3edf825b7cbfa9022 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 18 Apr 2021 17:56:00 -0700 Subject: [PATCH] Increase test timeout --- core/src/cluster_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)