Skip to content

Commit

Permalink
Bump IT pull retry threshold to 7s
Browse files Browse the repository at this point in the history
* 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 <dcao@us.ibm.com>
  • Loading branch information
caod123 authored and mastersingh24 committed Dec 5, 2019
1 parent 31a2d51 commit 64c888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nwo/core_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ peer:
leaderAliveThreshold: 10s
leaderElectionDuration: 5s
pvtData:
pullRetryThreshold: 3s
pullRetryThreshold: 7s
transientstoreMaxBlockRetention: 1000
pushAckTimeout: 3s
btlPullMargin: 10
Expand Down

0 comments on commit 64c888f

Please sign in to comment.