1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

increase install dependency retry timeout

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-02-01 10:36:49 +02:00
parent 2a80c17ed5
commit 5449715d22

View File

@ -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