Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Increase the sleep time in blockchain connector and shell
Browse files Browse the repository at this point in the history
Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
  • Loading branch information
Ram-srini committed Aug 5, 2020
1 parent 0399af7 commit 6b57754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ci/docker-compose-fabric-proxy-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ services:
- http_proxy
- https_proxy
- no_proxy
# Sleep for 30sec while starting connector because worker registeration
# may take some time especially in HW mode.
command: |
bash -c "
sleep 30
avalon_fabric_connector -u http://avalon-listener:1947
tail -f /dev/null
"
Expand Down
2 changes: 1 addition & 1 deletion tools/run_proxy_model_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ try() {
# time, so run test will wait for about 1min.

yell "Wait for fabric blockchain connector to register worker"
sleep 30s
sleep 60s

SCRIPTDIR="$(dirname $(readlink --canonicalize ${BASH_SOURCE}))"
SRCDIR="$(realpath ${SCRIPTDIR}/..)"
Expand Down

0 comments on commit 6b57754

Please sign in to comment.