From 18fd177e093ea1beb138c4c46ca15b73c74589a5 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 6 Jan 2022 16:44:05 -0500 Subject: [PATCH] Bump some test timeouts. (#13344) On Darwin, we hit the 60-minute timeout if bootstrap takes more than about 6 minutes, which it often does. QEMU is hitting the 30-minute timeout on the "Run all tests" step. --- .github/workflows/darwin.yaml | 2 +- .github/workflows/qemu.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 3880c6bbe8f8fe..0478b39cc7f342 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -26,7 +26,7 @@ concurrency: jobs: darwin: name: Build Darwin - timeout-minutes: 60 + timeout-minutes: 75 if: github.actor != 'restyled-io[bot]' runs-on: macos-latest diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index b4a340f7d525df..8fb83c42429701 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -25,7 +25,7 @@ concurrency: jobs: qemu: name: ESP32 - timeout-minutes: 70 + timeout-minutes: 85 env: BUILD_TYPE: esp32-qemu @@ -63,7 +63,7 @@ jobs: build \ " - name: Run all tests - timeout-minutes: 30 + timeout-minutes: 40 run: | src/test_driver/esp32/run_qemu_image.py \ --verbose \