Skip to content

Commit d5ec730

Browse files
Better coverage of mainnet data.
1 parent 38dda0d commit d5ec730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regularly_check_mainnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ jobs:
2929
3030
- name: check:data (shard 0)
3131
run: |
32-
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0 --num-blocks=3000
32+
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=0 --num-blocks=5000
3333
env:
3434
MAINNET_PROXY_URL: ${{ secrets.MAINNET_PROXY_URL }}
3535
PYTHONPATH: .
3636

3737
- name: check:data (shard 1)
3838
run: |
39-
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=1 --num-blocks=3000
39+
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=1 --num-blocks=5000
4040
env:
4141
MAINNET_PROXY_URL: ${{ secrets.MAINNET_PROXY_URL }}
4242
PYTHONPATH: .
4343

4444
- name: check:data (shard 2)
4545
run: |
46-
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=2 --num-blocks=3000
46+
python3 ./systemtests/check_with_mesh_cli.py --mode=data --network=mainnet --shard=2 --num-blocks=5000
4747
env:
4848
MAINNET_PROXY_URL: ${{ secrets.MAINNET_PROXY_URL }}
4949
PYTHONPATH: .

0 commit comments

Comments
 (0)