Skip to content

Commit

Permalink
[GHA] Increase timeout for PyTorch Models tests in precommit (#26341)
Browse files Browse the repository at this point in the history
### Tickets:
 - 139371
  • Loading branch information
dorloff authored Aug 30, 2024
1 parent aa4d550 commit 6d31a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_pytorch_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: read-all
jobs:
PyTorch_Models_Tests:
name: PyTorch Models tests
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 30 || 400 }}
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 35 || 400 }}
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down

0 comments on commit 6d31a50

Please sign in to comment.