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

Commit 46ea533

Browse files
committed
[FAB-6460] Increase query timeout
Change-Id: I6bb7ec365fc592d0c5770524241174a18e174f45 Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
1 parent 9c02025 commit 46ea533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/fixtures/config/config_pkcs11_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ client:
4646
peer:
4747
timeout:
4848
connection: 3s
49-
queryResponse: 20s
49+
queryResponse: 30s
5050
executeTxResponse: 30s
5151
eventService:
5252
timeout:
@@ -202,7 +202,7 @@ organizations:
202202

203203
# Needed to load users crypto keys and certs for this org (absolute path or relative to global crypto path, DEV mode)
204204
cryptoPath: peerOrganizations/org2.example.com/users/{userName}@org2.example.com/msp
205-
205+
206206
peers:
207207
- peer0.org2.example.com
208208

@@ -311,4 +311,4 @@ certificateAuthorities:
311311
enrollId: admin
312312
enrollSecret: adminpw
313313
# [Optional] The optional name of the CA.
314-
caName: ca-org2
314+
caName: ca-org2

test/fixtures/config/config_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ client:
4747
peer:
4848
timeout:
4949
connection: 3s
50-
queryResponse: 20s
50+
queryResponse: 30s
5151
executeTxResponse: 30s
5252
eventService:
5353
timeout:
@@ -157,7 +157,7 @@ channels:
157157
chaincodeQuery: true
158158
ledgerQuery: true
159159
eventSource: true
160-
160+
161161

162162
#
163163
# list of participating organizations in this network

0 commit comments

Comments
 (0)