Skip to content

Commit

Permalink
cicd: change terminate_time to 12h (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 7, 2023
1 parent 3b9dd0b commit dda730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/deploy_eb_env_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

elasticbeanstalk = boto3.client("elasticbeanstalk")
servicecatalog = boto3.client("servicecatalog")
terminate_time = 720
terminate_time = 12
eb_app_name = "VariationNormalization"
eb_env_name = "VariationNormalization-dev-env"
sc_product_id = "prod-m4b65t5jgmcm4"
Expand Down

0 comments on commit dda730e

Please sign in to comment.