Skip to content

Commit

Permalink
Increase timeout for Python unit tests (#26787)
Browse files Browse the repository at this point in the history
### Tickets:
 - 136389
  • Loading branch information
dorloff authored Sep 25, 2024
1 parent 2659786 commit aa6ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
Python_Unit_Tests:
name: Python unit tests
timeout-minutes: 60
timeout-minutes: 70
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down

0 comments on commit aa6ae5d

Please sign in to comment.