Skip to content

Commit

Permalink
Increase lint timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed May 30, 2023
1 parent b17a2dd commit 9c5d0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regular_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin

- name: Lint
run: golangci-lint run ./...
run: golangci-lint run --timeout=10m ./...

unit_test:
name: Unit Test
Expand Down

0 comments on commit 9c5d0d5

Please sign in to comment.