Skip to content

Commit

Permalink
Increase linter timeout to 5m
Browse files Browse the repository at this point in the history
Temporary fix for intermittent build timeouts.
Full fix coming soon via plumbing#241

Signed-off-by: Dibyo Mukherjee <[email protected]>
  • Loading branch information
dibyom authored and tekton-robot committed Mar 20, 2020
1 parent e026143 commit 10bf062
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 @@ -31,7 +31,7 @@ source $(dirname $0)/../vendor/github.com/tektoncd/plumbing/scripts/presubmit-te

function post_build_tests() {
return_code=0
golangci-lint run --deadline=2m || return_code=1
golangci-lint run --deadline=5m || return_code=1
echo "Diffing against the documentation yaml"
${REPO_ROOT_DIR}/hack/update-docs.sh -d || return_code=1
return ${return_code}
Expand Down

0 comments on commit 10bf062

Please sign in to comment.