소스 검색

increase lint timeout for windows (#1543)

mmetc 3 년 전
부모
커밋
a7c7ea5712
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci_golangci-lint-windows.yml

+ 1 - 1
.github/workflows/ci_golangci-lint-windows.yml

@@ -26,7 +26,7 @@ jobs:
           # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
           version: v1.45.2
           # Optional: golangci-lint command line arguments.
-          args: --issues-exit-code=0 --timeout 5m
+          args: --issues-exit-code=0 --timeout 10m
           only-new-issues: true