Skip to content

Commit

Permalink
chore(lint): increase timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 21, 2020
1 parent 9bf1664 commit 8aa6dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IMAGE_NAME := docker.io/apache/camel-k
RELEASE_GIT_REMOTE := upstream
GIT_COMMIT := $(shell git rev-list -1 HEAD)
LINT_GOGC := 10
LINT_DEADLINE := 5m
LINT_DEADLINE := 10m

# Used to push pre-relase artifacts
STAGING_IMAGE_NAME := docker.io/camelk/camel-k
Expand Down

0 comments on commit 8aa6dc8

Please sign in to comment.