Skip to content

Commit

Permalink
CI: Allow the blocks that hold the sample transactions to become "fin…
Browse files Browse the repository at this point in the history
…al".
  • Loading branch information
andreibancioiu committed Feb 5, 2025
1 parent 11a7c09 commit c2b80d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_with_mesh_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Generate testdata (run)
run: |
python3 ./systemtests/generate_testdata_on_network.py run --network=testnet
# Allow the blocks that hold the sample transactions to become "final".
sleep 30
env:
USERS_MNEMONIC: ${{ secrets.USERS_MNEMONIC }}
SPONSOR_SECRET_KEY: ${{ secrets.SPONSOR_SECRET_KEY }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check_with_mesh_cli_on_localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Generate testdata (run)
run: |
python3 ./systemtests/generate_testdata_on_network.py run --network localnet
# Allow the blocks that hold the sample transactions to become "final".
sleep 30
env:
PYTHONPATH: .

Expand Down

0 comments on commit c2b80d1

Please sign in to comment.