[CI] [GHA] Increase precommit timeouts for TF Hub jobs (#21308)

* increase timeouts

* add more
This commit is contained in:
Andrey Kashchikhin 2023-11-27 14:41:11 +00:00 committed by GitHub
parent 57d794c810
commit ca4c276072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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