From de6153c73e687c0060bf8240d0ec5ec143f6e5bc Mon Sep 17 00:00:00 2001 From: bizk Date: Mon, 25 Sep 2023 17:55:37 -0300 Subject: [PATCH] updated sleep time to 2 minutes --- .github/workflows/rosetta-cli-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 30284d6..6c9b031 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -33,8 +33,8 @@ jobs: make init-simapp - name: Run simapp run: ./cosmos-sdk/build/simd start & - - name: Wait for simd to boot up for 5 mins and produce blocks - run: sleep 30s + - name: Wait for simd to boot up for 2 mins and produce blocks + run: sleep 120s shell: bash - name: Check blockchain status run: curl localhost:26657/status