Skip to content

Commit

Permalink
test: fix flaky test case test_auto_detach_volume_when_node_is_cordoned
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu authored and innobead committed Feb 22, 2024
1 parent ac3e917 commit 60994e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60994e6

Please sign in to comment.