Skip to content

Commit 6d31a50

Browse files
authored
[GHA] Increase timeout for PyTorch Models tests in precommit (#26341)
### Tickets: - 139371
1 parent aa4d550 commit 6d31a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job_pytorch_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions: read-all
2222
jobs:
2323
PyTorch_Models_Tests:
2424
name: PyTorch Models tests
25-
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 30 || 400 }}
25+
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 35 || 400 }}
2626
runs-on: ${{ inputs.runner }}
2727
container: ${{ fromJSON(inputs.container) }}
2828
defaults:

0 commit comments

Comments
 (0)