Skip to content

Commit 41170b1

Browse files
author
Krishna Harsha Voora
committed
[FAB-4451] Fix timing issues on e2e_cli
e2e_cli was occasionally failing due to timing issue. Adding a small delay in between resolves the issue. Change-Id: Ie682ac355bf342c0cabb22337216c055f7744bc8 Signed-off-by: Krishna Harsha Voora <[email protected]>
1 parent 85ccddc commit 41170b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/e2e_cli/scripts/script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ updateAnchorPeers() {
8080
cat log.txt
8181
verifyResult $res "Anchor peer update failed"
8282
echo "===================== Anchor peers for org \"$CORE_PEER_LOCALMSPID\" on \"$CHANNEL_NAME\" is updated successfully ===================== "
83+
sleep 5
8384
echo
8485
}
8586

0 commit comments

Comments
 (0)