Skip to content

Commit

Permalink
increase golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Jan 20, 2021
1 parent 629aa44 commit b21d579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ script:
- make
- make test
- make docker-build
- golangci-lint run
- golangci-lint run --timeout=2m
- travis_wait 20 roveralls -ignore e2e
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci

0 comments on commit b21d579

Please sign in to comment.