Skip to content

Commit

Permalink
Increase deadline timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed May 4, 2016
1 parent e6da349 commit 304c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ junit-test: build
check:
go install
go install ./tester
gometalinter --deadline=120s ./... --vendor --linter='errcheck:errcheck:-ignore=net:Close' --cyclo-over=20 \
gometalinter --deadline=180s ./... --vendor --linter='errcheck:errcheck:-ignore=net:Close' --cyclo-over=20 \
--linter='vet:go tool vet -composites=false {paths}:PATH:LINE:MESSAGE' --disable=interfacer --dupl-threshold=200

check-all:
Expand Down

0 comments on commit 304c7fe

Please sign in to comment.