Skip to content

Commit 3f25f75

Browse files
author
Brett Logan
authored
Update timeout (#114)
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
1 parent 4a806dd commit 3f25f75

File tree

1 file changed

+2
-2
lines changed
  • tools/toolchain/network/crypto-material

1 file changed

+2
-2
lines changed

tools/toolchain/network/crypto-material/core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ peer:
5050
interval: 7200s
5151
# Timeout is the duration the server waits for a response
5252
# from the client after sending a ping before closing the connection
53-
timeout: 20s
53+
timeout: 120s
5454
# MinInterval is the minimum permitted time between client pings.
5555
# If clients send pings more frequently, the peer server will
5656
# disconnect them
@@ -63,7 +63,7 @@ peer:
6363
interval: 60s
6464
# Timeout is the duration the client waits for a response from
6565
# peer nodes before closing the connection
66-
timeout: 20s
66+
timeout: 120s
6767
# DeliveryClient keepalive settings for communication with ordering
6868
# nodes.
6969
deliveryClient:

0 commit comments

Comments
 (0)