Skip to content

Commit

Permalink
Increase linter timeout to 5m
Browse files Browse the repository at this point in the history
Bumping this out since we are still seeing occasional timeouts for build tests.
  • Loading branch information
dibyom authored and tekton-robot committed Nov 25, 2019
1 parent 9a4ec2e commit 0cb2bf0
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 --deadline 3m
golangci-lint run --deadline 5m
}

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

0 comments on commit 0cb2bf0

Please sign in to comment.