Skip to content

Commit

Permalink
Move ESP jobs timeout to 90 minutes (project-chip#16501)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and andrei-menzopol committed Apr 14, 2022
1 parent 3a62049 commit 3b40dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: 80
timeout-minutes: 90

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

esp32_1:
name: ESP32_1
timeout-minutes: 70
timeout-minutes: 90

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down

0 comments on commit 3b40dc2

Please sign in to comment.