From 20c4b06f1d9b00ee3cc68ca11ffba396003bb0e6 Mon Sep 17 00:00:00 2001 From: Roger Yao Date: Tue, 20 Aug 2024 12:18:31 +0800 Subject: [PATCH] Fix flaky test_exporting_backing_image_from_volume on sle-micro arm64 longhorn/longhorn#9254 Signed-off-by: Roger Yao --- manager/integration/tests/test_backing_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/integration/tests/test_backing_image.py b/manager/integration/tests/test_backing_image.py index d838d0f47c..5df63ab76d 100644 --- a/manager/integration/tests/test_backing_image.py +++ b/manager/integration/tests/test_backing_image.py @@ -515,7 +515,7 @@ def test_exporting_backing_image_from_volume(client, volume_name): # NOQA client, volume_name=volume3_name, size=str(1 * Gi), backing_image=backing_img2["name"]) volume3 = volume3.attach(hostId=hostId) - volume3 = wait_for_volume_healthy(client, volume3_name, 300) + volume3 = wait_for_volume_healthy(client, volume3_name, 450) # Step10 check_volume_data(volume3, data2)