Skip to content

Commit

Permalink
[FAB-9509] JoinChannel: genesis block retrieval failed
Browse files Browse the repository at this point in the history
Change-Id: Ifd9e7b21ae6f08ddd94ec59db0693aa5c7636ea4
Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
  • Loading branch information
sandrask committed Apr 13, 2018
1 parent c8911f3 commit ad4e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fab/endpointconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
defaultEventHubConnectionTimeout = time.Second * 15
defaultEventRegTimeout = time.Second * 15
defaultOrdererConnectionTimeout = time.Second * 15
defaultOrdererResponseTimeout = time.Second * 15
defaultOrdererResponseTimeout = time.Minute * 2
defaultQueryTimeout = time.Minute * 3
defaultExecuteTimeout = time.Minute * 3
defaultResMgmtTimeout = time.Minute * 3
Expand Down

0 comments on commit ad4e489

Please sign in to comment.