We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4d550 commit 6d31a50Copy full SHA for 6d31a50
.github/workflows/job_pytorch_models_tests.yml
@@ -22,7 +22,7 @@ permissions: read-all
22
jobs:
23
PyTorch_Models_Tests:
24
name: PyTorch Models tests
25
- timeout-minutes: ${{ inputs.model_scope == 'precommit' && 30 || 400 }}
+ timeout-minutes: ${{ inputs.model_scope == 'precommit' && 35 || 400 }}
26
runs-on: ${{ inputs.runner }}
27
container: ${{ fromJSON(inputs.container) }}
28
defaults:
0 commit comments