Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 638b3e3

Browse files
committed
Updates for timeout
1 parent 43ad8ea commit 638b3e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ install_dependency: &install_dependency
88
sudo apt install jq
99
sudo pip install awscli --upgrade
1010
sudo pip install docker-compose
11+
no_output_timeout: 30m
12+
13+
1114
install_deploysuite: &install_deploysuite
1215
name: Installation of install_deploysuite.
1316
command: |
1417
git clone --branch v1.4.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1518
cp ./../buildscript/master_deploy.sh .
1619
cp ./../buildscript/buildenv.sh .
1720
cp ./../buildscript/awsconfiguration.sh .
21+
no_output_timeout: 30m
22+
23+
1824
restore_cache_settings_for_build: &restore_cache_settings_for_build
1925
key: docker-node-modules-{{ checksum "package-lock.json" }}
2026

0 commit comments

Comments
 (0)