From 53651be35a3fb7ab8a3e12bb73f3c0c893403ebc Mon Sep 17 00:00:00 2001 From: WestleyR Date: Fri, 10 Sep 2021 11:09:09 -0700 Subject: [PATCH] Increase timeout for lint action - Related to: #120 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 930f5da1..fc799a71 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,5 +18,5 @@ jobs: version: v1.31 skip-build-cache: true skip-pkg-cache: true - args: --build-tags "containers_image_openpgp containers_image_ostree" --skip-dirs internal/pkg/staticfiles + args: --build-tags "containers_image_openpgp containers_image_ostree" --timeout 5m --skip-dirs internal/pkg/staticfiles