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.
This commit is contained in:
Neil Hanlon 2020-12-13 18:06:28 -05:00
parent 74e95b8f5c
commit 662060e18a

View File

@ -11,7 +11,7 @@ on:
jobs:
ansible-lint:
runs-on: ubuntu-latest
timeout-minutes: 7
timeout-minutes: 5
steps:
- name: Git checkout