This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Commit d665653
committed
Increase timeout for chaincode install
Chaincode install using lifecycle was timing out, both at the peer
and client SDK. Changed CORE_CHAINCODE_EXECUTETIMEOUT in peer
docker configuration and explicitly set a longer client side
timeout on the call to Client.sendLifecycleInstallChaincodeRequest().
Change-Id: I00e7c051d38d8129c45229cc5c9d7c3bce378da7
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>1 parent 8af3374 commit d665653
File tree
3 files changed
+7
-7
lines changed- src/test
- fixture/sdkintegration/peer-base
- java/org/hyperledger/fabric
- sdkintegration
- sdk/testutils
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
346 | 344 | | |
347 | 345 | | |
348 | 346 | | |
349 | | - | |
350 | | - | |
| 347 | + | |
| 348 | + | |
351 | 349 | | |
352 | 350 | | |
353 | 351 | | |
| |||
411 | 409 | | |
412 | 410 | | |
413 | 411 | | |
414 | | - | |
415 | | - | |
| 412 | + | |
| 413 | + | |
416 | 414 | | |
417 | 415 | | |
418 | 416 | | |
| |||
515 | 513 | | |
516 | 514 | | |
517 | 515 | | |
| 516 | + | |
518 | 517 | | |
519 | 518 | | |
520 | 519 | | |
| |||
0 commit comments