Skip to content

Commit 8fbbe9c

Browse files
committed
cicd: change terminate_time to 12h (#318)
1 parent af9fde6 commit 8fbbe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/deploy_eb_env_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
elasticbeanstalk = boto3.client("elasticbeanstalk")
77
servicecatalog = boto3.client("servicecatalog")
8-
terminate_time = 720
8+
terminate_time = 12
99
eb_app_name = "VariationNormalization"
1010
eb_env_name = "VariationNormalization-dev-env"
1111
sc_product_id = "prod-m4b65t5jgmcm4"

0 commit comments

Comments
 (0)