From a1b0f2f681a6349476429b15bc64d954165b7e3c 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 0009dc4b5e..0c1f1d336f 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -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)