From 3b40dc2749ae64bee47f134e021c237cefbf0210 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 22 Mar 2022 13:53:42 -0400 Subject: [PATCH] Move ESP jobs timeout to 90 minutes (#16501) --- .github/workflows/examples-esp32.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 598995649776ba..70d47f833cfb1e 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -26,7 +26,7 @@ jobs: # TODO ESP32 https://github.com/project-chip/connectedhomeip/issues/1510 esp32: name: ESP32 - timeout-minutes: 80 + timeout-minutes: 90 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]' @@ -111,7 +111,7 @@ jobs: esp32_1: name: ESP32_1 - timeout-minutes: 70 + timeout-minutes: 90 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]'