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:
parent
2a80c17ed5
commit
5449715d22
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user