1
0
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:
Jari Kolehmainen 2021-04-15 13:14:18 +03:00
parent 63d43bbd04
commit 5631a4321e

View File

@ -35,6 +35,7 @@ jobs:
- uses: nick-invision/retry@v2 - uses: nick-invision/retry@v2
name: Install dependencies name: Install dependencies
with: with:
timeout_minutes: 10
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: make node_modules command: make node_modules
@ -45,6 +46,7 @@ jobs:
- uses: nick-invision/retry@v2 - uses: nick-invision/retry@v2
name: Build bundled extensions name: Build bundled extensions
with: with:
timeout_minutes: 15
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: make -j2 build-extensions command: make -j2 build-extensions