Skip to content

Commit

Permalink
qa-tests: add timeout to rpc test suite (#12624)
Browse files Browse the repository at this point in the history
Sometimes the changes made in the code cause the test to hang for a long
time.
To avoid delaying the other executions a timeout of 15 min is added
(currently the executions take less than 5 minutes).
  • Loading branch information
mriccobene authored Nov 6, 2024
1 parent 9b083e9 commit 3c9ffb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
integration-test-suite:
runs-on: [ self-hosted, Erigon3 ]
timeout-minutes: 15
env:
ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version/datadir
ERIGON_TESTBED_DATA_DIR: /opt/erigon-testbed/datadir
Expand Down

0 comments on commit 3c9ffb6

Please sign in to comment.