Skip to content

Commit

Permalink
[FAB-6415] Increase chaincode execute timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
Change-Id: I553f4cba445c5c93bb4c04214e37eed88f664d77
  • Loading branch information
Simon Stone committed Sep 24, 2019
1 parent 7010c50 commit db48612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions first-network/base/peer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/tls/server.crt
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/tls/server.key
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/tls/ca.crt
# Allow more time for chaincode container to build on install.
- CORE_CHAINCODE_EXECUTETIMEOUT=300s
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: peer node start

Expand Down

0 comments on commit db48612

Please sign in to comment.