From b2de98c8f9601ce276c453b035e224e5e06f2a5b Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sat, 19 Mar 2022 14:52:41 +0300 Subject: [PATCH] Update docker build timeout --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 693f1d5..075e662 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: docker: name: Docker runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 steps: - name: Checkout uses: actions/checkout@v2