Skip to content

Commit

Permalink
Bump some test timeouts. (#13344)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bzbarsky-apple authored Jan 6, 2022
1 parent 11c938d commit fca97a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
qemu:
name: ESP32
timeout-minutes: 70
timeout-minutes: 85

env:
BUILD_TYPE: esp32-qemu
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit fca97a3

Please sign in to comment.