Skip to content

Commit

Permalink
Merge pull request kubernetes#1473 from tosi3k/golangci-lint
Browse files Browse the repository at this point in the history
Bump timeout for the linter test job
  • Loading branch information
k8s-ci-robot committed Sep 16, 2020
2 parents b28abd8 + 64c5543 commit 045adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 5m
timeout: 10m

linters-settings:
golint:
Expand Down
2 changes: 1 addition & 1 deletion verify/verify-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -euo pipefail
set -euxo pipefail

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
cd "$KUBE_ROOT"
Expand Down

0 comments on commit 045adfc

Please sign in to comment.