Skip to content

Commit

Permalink
Increased the number of parallel run for Erigon Engine API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b authored Sep 13, 2024
1 parent a8c5518 commit 9ea7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard_erigon_engine_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run Erigon Engine API tests
continue-on-error: true
run: |
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="engine-api" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --client.checktimelimit=10m --docker.output --sim.parallelism=4
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="engine-api" --client erigon-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --client.checktimelimit=10m --docker.output --sim.parallelism=8
- name: Send file over SSH
if: always()
Expand Down

0 comments on commit 9ea7a0c

Please sign in to comment.