From edb03f214da08cb6e5f09c3a0f11cb4d1d6fa917 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:21:38 +0200 Subject: [PATCH] ci: increase docker ci timeout (#7664) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c4694b..d09adab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - run: npm run madge:circular check-docker: name: Docker Build - timeout-minutes: 5 + timeout-minutes: 15 runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2