Skip to content

Commit

Permalink
[CI] [GHA] Increase precommit timeouts for TF Hub jobs (openvinotoolk…
Browse files Browse the repository at this point in the history
…it#21308)

* increase timeouts

* add more
  • Loading branch information
akashchi authored Nov 27, 2023
1 parent 57d794c commit ca4c276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ jobs:
run:
shell: bash
runs-on: ${{ github.event_name == 'schedule' && 'ubuntu-20.04-16-cores' || 'ubuntu-20.04-8-cores'}}
timeout-minutes: ${{ github.event_name == 'schedule' && 400 || 5 }}
timeout-minutes: ${{ github.event_name == 'schedule' && 400 || 25 }}
# TODO: Switch back to self-hosted runners
# container:
# image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
Expand Down Expand Up @@ -1364,7 +1364,7 @@ jobs:
run:
shell: bash
runs-on: ${{ github.event_name == 'schedule' && 'ubuntu-20.04-16-cores' || 'ubuntu-20.04-8-cores'}}
timeout-minutes: ${{ github.event_name == 'schedule' && 400 || 5 }}
timeout-minutes: ${{ github.event_name == 'schedule' && 400 || 25 }}
env:
OPENVINO_REPO: ${{ github.workspace }}/openvino
INSTALL_DIR: ${{ github.workspace }}/install
Expand Down

0 comments on commit ca4c276

Please sign in to comment.