Skip to content

Commit

Permalink
Fix flaky test_exporting_backing_image_from_volume on sle-micro arm64
Browse files Browse the repository at this point in the history
longhorn/longhorn#9254

Signed-off-by: Roger Yao <[email protected]>
  • Loading branch information
roger-ryao authored and yangchiu committed Aug 20, 2024
1 parent fd8be40 commit 20c4b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_backing_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 20c4b06

Please sign in to comment.