Jelajahi Sumber

increase lint timeout for windows (#1543)

mmetc 3 tahun lalu
induk
melakukan
a7c7ea5712
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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