mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
build: increase frontend tests timeout without no output
This commit is contained in:
parent
f2b1fabd5c
commit
b8a1385c77
@ -104,6 +104,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: yarn install
|
name: yarn install
|
||||||
command: 'yarn install --pure-lockfile --no-progress'
|
command: 'yarn install --pure-lockfile --no-progress'
|
||||||
|
no_output_timeout: 15m
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user