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 \