From 68584b5ec4ec368714e3a4385e6c55981765146b Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 16 Jul 2024 14:52:51 +0200 Subject: [PATCH] increase timeouts --- .github/workflows/linux.yml | 4 ++-- .github/workflows/mac.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9e907ee60f..a9b96d0e61 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -192,7 +192,7 @@ jobs: if: | always() && (needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success') - timeout-minutes: 45 + timeout-minutes: 60 defaults: run: shell: bash @@ -280,7 +280,7 @@ jobs: if: | always() && (needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success') - timeout-minutes: 30 + timeout-minutes: 60 defaults: run: shell: bash diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 34da7b2895..41544532d2 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -179,7 +179,7 @@ jobs: if: | always() && (needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success') - timeout-minutes: 25 + timeout-minutes: 60 defaults: run: shell: bash diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a797543257..cd8b371dec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -187,7 +187,7 @@ jobs: if: | always() && (needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success') - timeout-minutes: 45 + timeout-minutes: 60 defaults: run: shell: pwsh