Skip to content

Commit

Permalink
sleep 10 secs and run itests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 2, 2024
1 parent 248881f commit 5449f9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ jobs:
- name: "start kvtool"
run: KAVA_TAG=local kvtool t bootstrap

# - name: Test Integration
# run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration
- name: "sleep 10 sec"
run: "sleep 10"

- name: Test Integration
run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 make test-integration

0 comments on commit 5449f9e

Please sign in to comment.