Skip to content

Commit

Permalink
Extend timeouts for single-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-dclegg committed Nov 12, 2024
1 parent f77c10d commit 98915fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ commands:
name: Deploy single-node
working_directory: tests/deploy
command: bash ci-deploy.sh deploy_single_node
no_output_timeout: "20m"

tf_destroy_single_node:
description: "Terraform destroy single-node"
Expand All @@ -203,6 +204,7 @@ commands:
name: Destroy single-node
working_directory: tests/deploy
command: bash ci-deploy.sh destroy_single_node
no_output_timeout: "20m"

tf_deploy:
description: "Terraform deploy"
Expand Down

0 comments on commit 98915fd

Please sign in to comment.