From 14dfb9506a3d20030e131097a1b5a0f9cb65b32f Mon Sep 17 00:00:00 2001 From: 9seconds Date: Fri, 24 Sep 2021 16:59:11 +0300 Subject: [PATCH] Bump docker build timeout to 20 minutes --- .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 5a08413..216bc99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: docker: name: Docker runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 steps: - name: Checkout uses: actions/checkout@v2