浏览代码

CI: give windows lint more time (#7635)

It looks like 8 minutes isn't quite enough and we're seeing sporadic timeouts
Daniel Hiltgen 5 月之前
父节点
当前提交
636a743c2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/test.yaml

@@ -281,7 +281,7 @@ jobs:
         shell: bash
       - uses: golangci/golangci-lint-action@v6
         with:
-          args: --timeout 8m0s -v
+          args: --timeout 10m0s -v
   test:
     strategy:
       matrix: