From 5449715d2202d93cf9759c39a09da56e3a89a3d4 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 1 Feb 2023 10:36:49 +0200 Subject: [PATCH] increase install dependency retry timeout Signed-off-by: Jari Kolehmainen --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43cad88f6a..7668aa724e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - uses: nick-fields/retry@v2 name: Install dependencies with: - timeout_minutes: 10 + timeout_minutes: 20 max_attempts: 3 retry_on: error command: yarn install --frozen-lockfile