Skip to content

Commit

Permalink
Merge pull request juju#18248 from Aflynn50/controllercharm-tests
Browse files Browse the repository at this point in the history
test: lengthen timeouts on controllercharm tests
  • Loading branch information
hpidcock authored Oct 16, 2024
2 parents 2ab8a5d + e8e29cf commit ed79eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/suites/controllercharm/prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ run_prometheus_multiple_units() {
wait_for "p1" "$(active_condition "p1" 0)"

juju remove-application p1 --destroy-storage \
--force --no-wait # TODO: remove these flags once storage bug is fixed
--force --no-wait --no-prompt # TODO: remove these flags once storage bug is fixed
juju remove-application p2 --destroy-storage \
--force --no-wait # TODO: remove these flags once storage bug is fixed
--force --no-wait --no-prompt # TODO: remove these flags once storage bug is fixed
destroy_controller "${MODEL_NAME}"
}

Expand Down Expand Up @@ -112,7 +112,7 @@ run_prometheus_cross_controller() {
juju status --format json | jq -r "$(active_condition "prometheus-k8s")" | check "prometheus-k8s"

juju remove-application prometheus-k8s --destroy-storage \
--force --no-wait # TODO: remove these flags once storage bug is fixed
--force --no-wait --no-prompt # TODO: remove these flags once storage bug is fixed
destroy_controller "${PROMETHEUS_MODEL_NAME}"
}

Expand Down

0 comments on commit ed79eae

Please sign in to comment.