Skip to content

Commit

Permalink
ci(gh): increate timeout for check job in built-test-distribute (#…
Browse files Browse the repository at this point in the history
…12235)

## Motivation

Increase timeout to 25 minutes to fix issues with other projects timing
out

## Implementation information

<!-- Explain how this was done and potentially alternatives considered
and discarded -->

## Supporting documentation

<!-- Is there a MADR? An Issue? A related PR? -->

Fix #XX

<!--
> Changelog: skip
-->
<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored Dec 11, 2024
1 parent e21fe8d commit d5d2ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
contents: read
# golangci-lint-action
checks: write
timeout-minutes: 15
timeout-minutes: 25
runs-on: ubuntu-latest
env:
FULL_MATRIX: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'ci/run-full-matrix') }}
Expand Down

0 comments on commit d5d2ac3

Please sign in to comment.