Skip to content

fix(test-network): use CLI_DELAY fallback in ccutils.sh retry loops#1412

Open
ayushHardeniya wants to merge 1 commit intohyperledger:mainfrom
ayushHardeniya:fix-delay-fallback-ccutils
Open

fix(test-network): use CLI_DELAY fallback in ccutils.sh retry loops#1412
ayushHardeniya wants to merge 1 commit intohyperledger:mainfrom
ayushHardeniya:fix-delay-fallback-ccutils

Conversation

@ayushHardeniya
Copy link
Copy Markdown

Fixes retry loops in ccutils.sh where sleep $DELAY could fail if DELAY is unset.

uses CLI_DELAY as a fallback to avoid sleep: missing operand and ensure consistent retry behavior.

Fixes #1411

@ayushHardeniya ayushHardeniya requested a review from a team as a code owner May 2, 2026 18:49
Signed-off-by: Ayush Sharma <ayushhardeniya.grid@gmail.com>
@ayushHardeniya ayushHardeniya force-pushed the fix-delay-fallback-ccutils branch from 61ab69e to 26beef1 Compare May 2, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent DELAY handling causes "sleep: missing operand" in cc invoke/query flows

1 participant