File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : .
You can’t perform that action at this time.
0 commit comments