Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit ad4e489

Browse files
committed
[FAB-9509] JoinChannel: genesis block retrieval failed
Change-Id: Ifd9e7b21ae6f08ddd94ec59db0693aa5c7636ea4 Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
1 parent c8911f3 commit ad4e489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fab/endpointconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
defaultEventHubConnectionTimeout = time.Second * 15
4040
defaultEventRegTimeout = time.Second * 15
4141
defaultOrdererConnectionTimeout = time.Second * 15
42-
defaultOrdererResponseTimeout = time.Second * 15
42+
defaultOrdererResponseTimeout = time.Minute * 2
4343
defaultQueryTimeout = time.Minute * 3
4444
defaultExecuteTimeout = time.Minute * 3
4545
defaultResMgmtTimeout = time.Minute * 3

0 commit comments

Comments
 (0)