Increase lint timeout to 20m for CI
This commit is contained in:
parent
0ffd01d993
commit
14858a6db3
@ -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
|
||||
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user