Skip to content

Commit 51f2ff2

Browse files
authored
fix(ci): double cli-build workflow timeout (#14405)
we've observed timeouts in ci when building the cli. this commit doubles the timeout from 10 minutes to 20 minutes. Signed-off-by: katelyn martin <[email protected]>
1 parent 9a5b0f8 commit 51f2ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build:
1717
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
18-
timeout-minutes: 10
18+
timeout-minutes: 20
1919
steps:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2121
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435

0 commit comments

Comments
 (0)