Skip to content

Commit 2ececf8

Browse files
Merge pull request #6347 from topcoder-platform/develop
Sync with develop branch
2 parents 8fbd8a5 + 21e1fd0 commit 2ececf8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4849
jobs:
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:
@@ -350,7 +354,7 @@ workflows:
350354
filters:
351355
branches:
352356
only:
353-
- free
357+
- circleci-fix
354358
# This is alternate dev env for parallel testing
355359
- "build-qa":
356360
context : org-global

0 commit comments

Comments
 (0)