Skip to content

Commit

Permalink
chore: bump up golinter timeout to 10sec
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jan 15, 2025
1 parent 06a9bc6 commit cf8e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
args: --verbose --timeout 5s
args: --verbose --timeout 10s
unit:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf8e546

Please sign in to comment.