Skip to content

Commit

Permalink
ci/macos: Increase timeout to 120m (#36719)
Browse files Browse the repository at this point in the history
when caches are blown this CI takes longer than the current 90s allowed

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Oct 22, 2024
1 parent ab79826 commit 5e94ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/envoy-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps-pre: ${{ matrix.steps-pre }}
target: ${{ matrix.target }}
target-name: ${{ matrix.target-name }}
timeout-minutes: 90
timeout-minutes: 120
trusted: ${{ fromJSON(needs.load.outputs.trusted) }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5e94ec7

Please sign in to comment.