From 662060e18aeb341e0a3d314b6f8f89f24d538d20 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sun, 13 Dec 2020 18:06:28 -0500 Subject: [PATCH] ansible-lint: reduce run timeout to 5 minutes. if it fails consistently we can bump it or or adjust the image to include our galaxy requirements automatically and make the build process overall a bit more complex, but only when requirements are added. e.g. we only need to rebuild the container when requirements change. --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index fb10cba..0abd511 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -11,7 +11,7 @@ on: jobs: ansible-lint: runs-on: ubuntu-latest - timeout-minutes: 7 + timeout-minutes: 5 steps: - name: Git checkout