Skip to content

Commit

Permalink
[GHA] Increase timeout for PyTorch Models tests in precommit (openvin…
Browse files Browse the repository at this point in the history
…otoolkit#27247)

### Tickets:
 - 155619
  • Loading branch information
dorloff authored Oct 25, 2024
1 parent 9404819 commit 8d6f517
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' && 35 || 400 }}
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 40 || 400 }}
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down

0 comments on commit 8d6f517

Please sign in to comment.