Skip to content

Commit

Permalink
[GHA] Increase timeout for Pytorch layer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorloff committed Oct 10, 2024
1 parent faa3ab2 commit f794e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_pytorch_layer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
PyTorch_Layer_Tests:
name: PyTorch Layer Tests
timeout-minutes: 30
timeout-minutes: 40
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down

0 comments on commit f794e24

Please sign in to comment.