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
Increase timeout to 25 minutes to fix issues with other projects timing out.

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Dec 11, 2024
1 parent e21fe8d commit dbaf06d
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 dbaf06d

Please sign in to comment.