Skip to content

Commit

Permalink
Changed sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 22, 2023
1 parent a220ed9 commit 1e549d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: make build && export SIMD_BIN=./build/simd
- name: Run simapp
run: ./build/simd start &
# - name: Wait for simd to boot up for 5 mins and produce blocks
# run: sleep 300s
# shell: bash
- name: Wait for simd to boot up for 5 mins and produce blocks
run: sleep 30s
shell: bash
- name: Check blockchain status
run: curl localhost:26657/status
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 1e549d3

Please sign in to comment.