Skip to content

Commit 4882172

Browse files
Optimizations.
1 parent f9b4699 commit 4882172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_with_mesh_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: check:data
6363
run: |
64-
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=testnet --shard=0
64+
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=testnet --shard=0 --num-blocks=3000
6565
env:
6666
PYTHONPATH: .
6767

.github/workflows/check_with_mesh_cli_on_localnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
3939
- name: Generate testdata (setup)
4040
run: |
41-
python3 ./systemtests/generate_testdata_on_network.py setup --network localnet
41+
python3 ./systemtests/generate_testdata_on_network.py setup --network=localnet
4242
env:
4343
PYTHONPATH: .
4444

4545
- name: Generate testdata (run)
4646
run: |
47-
python3 ./systemtests/generate_testdata_on_network.py run --network localnet
47+
python3 ./systemtests/generate_testdata_on_network.py run --network=localnet
4848
4949
# Allow the blocks that hold the sample transactions to become "final".
5050
sleep 30

.github/workflows/check_with_mesh_cli_on_mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: check:data
3030
run: |
31-
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0
31+
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0 --num-blocks=3000
3232
env:
3333
MAINNET_PROXY_URL: ${{ secrets.MAINNET_PROXY_URL }}
3434
PYTHONPATH: .

0 commit comments

Comments
 (0)