tried to increase timeout

This commit is contained in:
christophe-duc 2026-01-08 19:44:02 -04:00
parent c66e08dafa
commit a2cdc32340

View file

@ -140,7 +140,7 @@ jobs:
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
with: with:
version: latest 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 - name: Format code
run: | run: |
if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then