Skip to content

Commit

Permalink
Increase CI lint task timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adshmh committed Aug 20, 2024
1 parent 55b0f3d commit 2ffa0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
args: --timeout 10m --verbose

- name: Test
run: make test_all

0 comments on commit 2ffa0bd

Please sign in to comment.