Skip to content

Commit

Permalink
updated sleep time to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 25, 2023
1 parent b7dee32 commit de6153c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de6153c

Please sign in to comment.