diff --git a/hack/module.sh b/hack/module.sh index 8f64cd39..b421c7b2 100755 --- a/hack/module.sh +++ b/hack/module.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved. +# Copyright 2020-2022 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail @@ -13,7 +13,7 @@ function tidy_cmd() { } function lint_cmd() { - echo "golangci-lint run --modules-download-mode=readonly --timeout=10m" + echo "golangci-lint run --modules-download-mode=readonly --timeout=15m" } function test_cmd() {