From 612fd2c9bc4bb8d2fc0e17c2204f19219c257ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CShauna=20Diaz=E2=80=9D?= Date: Wed, 30 Apr 2025 08:23:34 -0400 Subject: [PATCH] OSDOCS-14377: updates greenboot wait time MicroShift --- modules/microshift-greenboot-health-check-command.adoc | 2 +- modules/microshift-greenboot-health-check-log.adoc | 2 +- modules/microshift-greenboot-microshift-health-script.adoc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/microshift-greenboot-health-check-command.adoc b/modules/microshift-greenboot-health-check-command.adoc index 4ff07af169..00e0a8831f 100644 --- a/modules/microshift-greenboot-health-check-command.adoc +++ b/modules/microshift-greenboot-health-check-command.adoc @@ -17,7 +17,7 @@ To run the `microshift healthcheck` command successfully, use the following prer You can add the following actions to the `microshift healthcheck` command: * `-v=2` to increase verbosity of the output -* `--timeout="${WAIT_TIMEOUT_SECS}s"` to override default 300s timeout value +* `--timeout="${WAIT_TIMEOUT_SECS}s"` to override default 600s timeout value * `--namespace `__` to specify the namespace of the workloads * `--deployments `__` to check the readiness of a specific deployment + diff --git a/modules/microshift-greenboot-health-check-log.adoc b/modules/microshift-greenboot-health-check-log.adoc index c2461f6485..f21e65eae9 100644 --- a/modules/microshift-greenboot-health-check-log.adoc +++ b/modules/microshift-greenboot-health-check-log.adoc @@ -30,7 +30,7 @@ boot_indeterminate=0 boot_counter=2 ... ... -Waiting 300s for MicroShift service to be active and not failed +Waiting 600s for MicroShift service to be active and not failed FAILURE ... ... diff --git a/modules/microshift-greenboot-microshift-health-script.adoc b/modules/microshift-greenboot-microshift-health-script.adoc index 7757c46c20..8a541788ad 100644 --- a/modules/microshift-greenboot-microshift-health-script.adoc +++ b/modules/microshift-greenboot-microshift-health-script.adoc @@ -38,6 +38,6 @@ The `40_microshift_running_check.sh` health check script only performs validatio [id="validation-wait-period_{context}"] == Validation wait period -The wait period in each validation is five minutes by default. After the wait period, if the validation has not succeeded, it is declared a failure. This wait period is incrementally increased by the base wait period after each boot in the verification loop. +The wait period in each validation is 10 minutes by default. After the wait period, if the validation has not succeeded, it is declared a failure. This wait period is incrementally increased by the base wait period after each boot in the verification loop. -* You can override the base-time wait period by setting the `MICROSHIFT_WAIT_TIMEOUT_SEC` environment variable in the `/etc/greenboot/greenboot.conf` configuration file. For example, you can change the wait time to three minutes by resetting the value to 180 seconds, such as `MICROSHIFT_WAIT_TIMEOUT_SEC=180`. +* You can override the base-time wait period by setting the `MICROSHIFT_WAIT_TIMEOUT_SEC` environment variable in the `/etc/greenboot/greenboot.conf` configuration file. For example, you can change the wait time to 5 minutes by resetting the value to 300 seconds, such as `MICROSHIFT_WAIT_TIMEOUT_SEC=300`.