From 8ed061ec06f50dea2def90650ff70f5fef64c56b Mon Sep 17 00:00:00 2001 From: Andrei Kashchikhin Date: Mon, 24 Mar 2025 10:54:05 +0000 Subject: [PATCH] increase timeout --- .github/workflows/linux_sanitizers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_sanitizers.yml b/.github/workflows/linux_sanitizers.yml index 7d1dfd9d5d9bfb..3bee2fd5e3e9ab 100644 --- a/.github/workflows/linux_sanitizers.yml +++ b/.github/workflows/linux_sanitizers.yml @@ -252,7 +252,7 @@ jobs: name: C++ unit tests if: ${{ github.repository_owner == 'openvinotoolkit' }} needs: [Docker, Build] - timeout-minutes: 120 + timeout-minutes: 180 runs-on: aks-linux-16-cores-32gb container: image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }} @@ -499,7 +499,7 @@ jobs: name: C++ func tests if: ${{ github.repository_owner == 'openvinotoolkit' }} needs: [Docker, Build] - timeout-minutes: 120 + timeout-minutes: 180 runs-on: aks-linux-8-cores-16gb container: image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}