From 51723613780707301303fbf27cd3e7945ab6b0bb Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Sat, 25 Jun 2022 07:54:21 -0400 Subject: [PATCH] Bump ESP32 timeout. (#19972) We are hitting this a fair amount. The actual sub-step timeouts sum to 115, but there's some slop in those, so this should be ok. --- .github/workflows/examples-esp32.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 6d69ce40937e43..61190b3a763a04 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: 90 + timeout-minutes: 105 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]'