Skip to content

Commit

Permalink
[FAB-6460] Increase async query timeout
Browse files Browse the repository at this point in the history
Change-Id: I97c204eb8a827d41d2525ab2660abc9c3894f6f2
Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
  • Loading branch information
d1vyank committed Nov 14, 2017
1 parent d7d449d commit 9d2609c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/config/config_pkcs11_test.yaml
Expand Up @@ -46,7 +46,7 @@ client:
peer:
timeout:
connection: 3s
queryResponse: 30s
queryResponse: 45s
executeTxResponse: 30s
eventService:
timeout:
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/config/config_test.yaml
Expand Up @@ -47,7 +47,7 @@ client:
peer:
timeout:
connection: 3s
queryResponse: 30s
queryResponse: 45s
executeTxResponse: 30s
eventService:
timeout:
Expand Down

0 comments on commit 9d2609c

Please sign in to comment.