File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ build_docker_image: &build_docker_image
4545 command : |
4646 source buildenvvar
4747 ./build.sh
48+ no_output_timeout : 20m
4849jobs :
4950 # Build & Deploy against development backend
5051 " build-dev " :
@@ -286,7 +287,10 @@ jobs:
286287 - checkout
287288 - restore_cache :
288289 key : test-node-modules-{{ checksum "package-lock.json" }}
289- - run : npm install
290+ - run :
291+ name : App npm install
292+ command : npm install
293+ no_output_timeout : 20m
290294 - save_cache :
291295 key : test-node-modules-{{ checksum "package-lock.json" }}
292296 paths :
@@ -349,7 +353,7 @@ workflows:
349353 filters :
350354 branches :
351355 only :
352- - free
356+ - circleci-fix
353357 # This is alternate dev env for parallel testing
354358 - " build-qa " :
355359 context : org-global
You can’t perform that action at this time.
0 commit comments