From 60994e632c2ca7761c9a3c92e314a71a23669485 Mon Sep 17 00:00:00 2001 From: Yang Chiu Date: Thu, 22 Feb 2024 11:08:02 +0800 Subject: [PATCH] test: fix flaky test case test_auto_detach_volume_when_node_is_cordoned Signed-off-by: Yang Chiu --- manager/integration/tests/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/integration/tests/common.py b/manager/integration/tests/common.py index a76d4f6b9d..b3294eeaa3 100644 --- a/manager/integration/tests/common.py +++ b/manager/integration/tests/common.py @@ -1970,7 +1970,7 @@ def wait_for_volume_faulted(client, name): def wait_for_volume_status(client, name, key, value, - retry_count=RETRY_COUNTS): + retry_count=RETRY_COUNTS_LONG): wait_for_volume_creation(client, name) for i in range(retry_count): volume = client.by_id_volume(name)