Skip to content

Commit b21d579

Browse files
committed
increase golangci-lint timeout
1 parent 629aa44 commit b21d579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ script:
3333
- make
3434
- make test
3535
- make docker-build
36-
- golangci-lint run
36+
- golangci-lint run --timeout=2m
3737
- travis_wait 20 roveralls -ignore e2e
3838
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci

0 commit comments

Comments
 (0)