Skip to content

Commit

Permalink
Increase some job timeouts that we keep hitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Oct 25, 2021
1 parent 66f4ec6 commit 46fecd5
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 46fecd5

Please sign in to comment.