From 07bb3095f0f5fe845b696d932ecdce56cd888049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sat, 7 Mar 2020 12:08:17 +0100 Subject: [PATCH] lowered timeouts --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 925df35..3c0f5d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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