Skip to content

Commit

Permalink
Increase linter timeout to 3 minutes
Browse files Browse the repository at this point in the history
We have had many instances of the build tests failing
due to the linter exceeding the default timeout of 1m.

Signed-off-by: Dibyo Mukherjee <[email protected]>
  • Loading branch information
dibyom authored and tekton-robot committed Sep 17, 2019
1 parent f87abe0 commit e70ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export DISABLE_MD_LINTING=1
source $(dirname $0)/../vendor/github.com/tektoncd/plumbing/scripts/presubmit-tests.sh

function post_build_tests() {
golangci-lint run
golangci-lint run --deadline 3m
}

# We use the default build, unit and integration test runners.
Expand Down

0 comments on commit e70ca34

Please sign in to comment.