Skip to content

Commit 699efd5

Browse files
authored
Merge pull request #50 from Am2901/fix_makefile
increase static check timeout
2 parents c4f28c1 + f47db12 commit 699efd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-staticcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GOLANGCI_LINT_VER="v1.43.0"
99
cd "${REPO_ROOT}"
1010
source "hack/util.sh"
1111
util::install_tools ${GOLANGCI_LINT_PKG} ${GOLANGCI_LINT_VER}
12-
if golangci-lint run --timeout=15m; then
12+
if golangci-lint run --timeout=20m; then
1313
echo 'Congratulations! All Go source files have passed staticcheck.'
1414
else
1515
echo # print one empty line, separate from warning messages.

0 commit comments

Comments
 (0)