From 4a887b0cb48c30a377f2e631e8f9eb82dd8a9ba0 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:17:09 +0200 Subject: [PATCH] increase docker ci timeout --- .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 40c4694bfc..d09adab476 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