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

Commit 0ad0c52

Browse files
committed
Further timeout test
1 parent 638b3e3 commit 0ad0c52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ builddeploy_steps: &builddeploy_steps
3535
- run: *install_dependency
3636
- run: *install_deploysuite
3737
- restore_cache: *restore_cache_settings_for_build
38-
- run: ./build.sh
38+
- run:
39+
command: ./build.sh
40+
no_output_timeout: 30m
3941
- save_cache: *save_cache_settings
4042
- deploy:
4143
name: Running MasterScript.
@@ -45,6 +47,7 @@ builddeploy_steps: &builddeploy_steps
4547
./buildenv.sh -e $DEPLOY_ENV -b ${DEPLOY_ENV}-${APPNAME}-deployvar
4648
source buildenvvar
4749
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${DEPLOY_ENV}-global-appvar,${DEPLOY_ENV}-${APPNAME}-appvar -i ${APPNAME}
50+
4851

4952

5053
jobs:

0 commit comments

Comments
 (0)