Skip to content

Commit

Permalink
chore: revert timeout increase for RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jan 7, 2025
1 parent 5fd0d19 commit 9cc1bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
name: 'forest-${{ runner.os }}'
- name: Run api compare tests
run: ./scripts/tests/api_compare/setup.sh
timeout-minutes: 120 # '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
timeout-minutes: '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}'
- name: Dump docker logs
if: always()
uses: jwalton/gh-docker-logs@v2
Expand Down

0 comments on commit 9cc1bc0

Please sign in to comment.