Skip to content

Commit

Permalink
Increase some job timeouts that we keep hitting. (#10932)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 7, 2021
1 parent 96dd0a5 commit 4145587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
android:
name: Build Android
timeout-minutes: 60
timeout-minutes: 75

env:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# TODO ESP32 https://github.com/project-chip/connectedhomeip/issues/1510
esp32:
name: ESP32
timeout-minutes: 70
timeout-minutes: 85

env:
BUILD_TYPE: esp32
Expand Down

0 comments on commit 4145587

Please sign in to comment.