Skip to content

Commit

Permalink
Merge pull request #2878 from anhdle-sso/increase_lint_timeout
Browse files Browse the repository at this point in the history
Increase lint workflow timeout to 10m
  • Loading branch information
google-oss-prow[bot] authored Oct 8, 2024
2 parents 4d5f600 + 05174b7 commit 544c623
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
lint:
name: lint
runs-on: ubuntu-22.04
timeout-minutes: 7
timeout-minutes: 12
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand All @@ -47,3 +47,4 @@ jobs:
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.59.1 # should match the version in Makefile
args: --timeout=10m
4 changes: 2 additions & 2 deletions .github/workflows/presubmit-compositions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
lint:
name: lint
runs-on: ubuntu-22.04
timeout-minutes: 7
timeout-minutes: 12
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
with:
working-directory: ./experiments/compositions/composition
version: v1.59.1 # should match the version in Makefile
args: --timeout=5m
args: --timeout=10m
verify-goimports:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

run:
timeout: 5m
timeout: 10m
issues:
exclude-dirs:
- third_party
Expand Down

0 comments on commit 544c623

Please sign in to comment.