From 703e911321797bbfdb73d329d5a6eccbf22afd98 Mon Sep 17 00:00:00 2001 From: Andrey Kashchikhin Date: Tue, 31 Oct 2023 16:46:52 +0000 Subject: [PATCH] [CI] [GHA] Increase job timeouts (#20797) * increase job timouts * increase further --- .github/workflows/android_arm64.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_arm64.yml b/.github/workflows/android_arm64.yml index 8c1106fdb2457f..7f9f892cc82263 100644 --- a/.github/workflows/android_arm64.yml +++ b/.github/workflows/android_arm64.yml @@ -27,7 +27,7 @@ concurrency: jobs: Build: - timeout-minutes: 15 + timeout-minutes: 40 defaults: run: shell: bash diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6b4328f77dc3fe..356b1afb8d9d9b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -313,7 +313,7 @@ jobs: Samples: needs: Build - timeout-minutes: 10 + timeout-minutes: 20 defaults: run: shell: bash diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4984826bfba7fd..d57d9f58b59786 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -188,7 +188,7 @@ jobs: Samples: needs: Build - timeout-minutes: 10 + timeout-minutes: 20 defaults: run: shell: pwsh