lowered timeouts

This commit is contained in:
André Bauer 2020-03-07 12:08:17 +01:00
parent f7f99e9455
commit 07bb3095f0

View File

@ -45,7 +45,7 @@ jobs:
- lint-bash-scripts
- lint-docker-files
- lint-docker-compose-file
timeout-minutes: 30
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -66,7 +66,7 @@ jobs:
- lint-bash-scripts
- lint-docker-files
- lint-docker-compose-file
timeout-minutes: 30
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout