From 80b65619bfe420cd854bab752b626ed833575d72 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 16 Jan 2024 12:30:09 -0800 Subject: [PATCH] Increase the lint timeout in hack/module.sh for when CI workers get slow --- hack/module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/module.sh b/hack/module.sh index a897759a6..3cd2754a3 100755 --- a/hack/module.sh +++ b/hack/module.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved. +# Copyright 2020-2024 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=20m" + echo "golangci-lint run --modules-download-mode=readonly --timeout=30m" } function test_cmd() {