diff --git a/manager/integration/tests/common.py b/manager/integration/tests/common.py index 384efdf5b7..112a2eaf5a 100644 --- a/manager/integration/tests/common.py +++ b/manager/integration/tests/common.py @@ -2211,10 +2211,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):