From a2cdc32340b9a4436113361992f8c6caa0f90676 Mon Sep 17 00:00:00 2001 From: christophe-duc Date: Thu, 8 Jan 2026 19:44:02 -0400 Subject: [PATCH] tried to increase timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33fedfc..269487d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: latest - args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs --verbose + args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs --timeout=10m --verbose - name: Format code run: | if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then