diff --git a/manager/integration/tests/common.py b/manager/integration/tests/common.py index b3294eeaa3..40580fda5e 100644 --- a/manager/integration/tests/common.py +++ b/manager/integration/tests/common.py @@ -2220,10 +2220,10 @@ def wait_for_engine_image_condition(client, image_name, state): # This helps to prevent the flaky test case in which the ENGINE_NAME # is flapping between ready and not ready a few times before settling # down to the ready state - # https://github.com/longhorn/longhorn-tests/pull/1638 + # https://github.com/longhorn/longhorn/issues/7438 state_count = 1 if state == "True": - state_count = 5 + state_count = 60 c = 0 for i in range(RETRY_COUNTS):