Skip to content

Commit

Permalink
chore: sleep for 5 seconds to avoid timing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 22, 2024
1 parent cf63c1c commit ddbb598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Transfer tokens via IBC
run: |
docker exec relayer hermes --config /workspace/relayer/config.toml tx ft-transfer --src-chain agoric-local-1 --src-channel channel-0 \
--dst-chain agoric-local-2 --src-port transfer --amount 100 --denom 'ubld' --timeout-seconds 1000
--dst-chain agoric-local-2 --src-port transfer --amount 100 --denom 'ubld' --timeout-seconds 1000 && \
sleep 5
- name: Check token balance on chain 1 after transfer
uses: ./.github/actions/check-balances
Expand Down

0 comments on commit ddbb598

Please sign in to comment.