From 64c888f17172c7cbbe1a670f92b99c096b7d50da Mon Sep 17 00:00:00 2001 From: Danny Cao Date: Wed, 4 Dec 2019 13:27:08 -0500 Subject: [PATCH] Bump IT pull retry threshold to 7s * 3s might have been a little too short for tests that actually needed to fetch private data. Incrementing by just a little to reduce number of flakes Signed-off-by: Danny Cao --- integration/nwo/core_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/nwo/core_template.go b/integration/nwo/core_template.go index 52125385b25..22e5ee8d204 100644 --- a/integration/nwo/core_template.go +++ b/integration/nwo/core_template.go @@ -59,7 +59,7 @@ peer: leaderAliveThreshold: 10s leaderElectionDuration: 5s pvtData: - pullRetryThreshold: 3s + pullRetryThreshold: 7s transientstoreMaxBlockRetention: 1000 pushAckTimeout: 3s btlPullMargin: 10