Skip to content

Commit

Permalink
[GHA] Increase timeouts for PyTorch models tests and C++ unit tests i…
Browse files Browse the repository at this point in the history
…n precommit (#27744)

### Details:
 - Cherry-picked from the master branch to avoid CI failures

### Tickets:
 - 155619, 158008
  • Loading branch information
dorloff authored Nov 26, 2024
1 parent 25149b0 commit 72a7ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_cxx_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
description: 'Timeout in minutes for the job'
type: number
required: false
default: 35
default: 45

permissions: read-all

Expand Down
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' && 40 || 400 }}
timeout-minutes: ${{ inputs.model_scope == 'precommit' && 45 || 400 }}
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down

0 comments on commit 72a7ea1

Please sign in to comment.