mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
set timeout_minutes
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
63d43bbd04
commit
5631a4321e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
- uses: nick-invision/retry@v2
|
||||
name: Install dependencies
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
command: make node_modules
|
||||
@ -45,6 +46,7 @@ jobs:
|
||||
- uses: nick-invision/retry@v2
|
||||
name: Build bundled extensions
|
||||
with:
|
||||
timeout_minutes: 15
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
command: make -j2 build-extensions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user