Skip to content

Commit

Permalink
chore: revert timeout increase for RPC tests (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Jan 7, 2025
1 parent 5196cf6 commit e08f599
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 e08f599

Please sign in to comment.