]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Imporve golangci-lint 超时设置为5m
authorqydysky <qydysky@foxmail.com>
Wed, 26 Apr 2023 17:31:15 +0000 (01:31 +0800)
committerqydysky <qydysky@foxmail.com>
Wed, 26 Apr 2023 17:31:15 +0000 (01:31 +0800)
.github/workflows/go.yml
.github/workflows/test.yml

index 711510b517ebccbb6ded206c49be6b6e4c113752..c00c42d91fb825ddf7eabdbbc10a5a298eee3a23 100644 (file)
@@ -26,7 +26,7 @@ jobs:
     - name: golangci-lint
       uses: golangci/golangci-lint-action@v3
       with:
-        args: --timeout 3m --verbose
+        args: --timeout 5m --verbose
         
     - name: Test
       run: |
@@ -77,7 +77,7 @@ jobs:
     - name: golangci-lint
       uses: golangci/golangci-lint-action@v3
       with:
-        args: --timeout 3m --verbose
+        args: --timeout 5m --verbose
 
     - name: Test
       run: |
index 5b4af9d1a493b1b174fd0730ac5efb43b6a8b3a8..4c60a8623f3ff0214bf9a075f56f5090b030881b 100644 (file)
@@ -29,7 +29,7 @@ jobs:
     - name: golangci-lint
       uses: golangci/golangci-lint-action@v3
       with:
-        args: --timeout 3m --verbose
+        args: --timeout 5m --verbose
 
     - name: Test
       run: |
@@ -78,7 +78,7 @@ jobs:
     - name: golangci-lint
       uses: golangci/golangci-lint-action@v3
       with:
-        args: --timeout 3m --verbose
+        args: --timeout 5m --verbose
 
     - name: Test
       run: |