Skip to content

Commit

Permalink
Increase lint timeout to 20m for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cfryanr committed Jan 19, 2023
1 parent 0ffd01d commit 14858a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/module.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail
Expand All @@ -13,7 +13,7 @@ function tidy_cmd() {
}

function lint_cmd() {
echo "golangci-lint run --modules-download-mode=readonly --timeout=15m"
echo "golangci-lint run --modules-download-mode=readonly --timeout=20m"
}

function test_cmd() {
Expand Down

0 comments on commit 14858a6

Please sign in to comment.