From 8afaed6c1e2350a88d97eb06103882d46d833e8e Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 4 Feb 2020 22:19:39 +0100 Subject: [PATCH] Add nice title for CI task: 'Wait for blockchain and REST server ...' --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3776c69455..19f0d0100f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,8 @@ jobs: key: yarn-packages-{{ checksum "yarn.lock" }} paths: - ~/.cache/yarn - - run: # wait until cosm scripts have fully started (this includes time for docker pull) + - run: + name: Wait for blockchain and REST server to be ready (started in background) command: timeout 60 bash -c "until curl -s http://localhost:1317/node_info > /dev/null; do sleep 1; done" - run: environment: