Skip to content

Commit

Permalink
NAS-130244 / 24.10 / Replace disk test (#14081)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c authored Jul 25, 2024
1 parent 582182f commit 16f4cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api2/test_pool_replace_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_pool_replace_disk(topology, i):
"force": True,
}, job=True)

# Sometimes the VM is slow so look 5 times with 1 second in between
for _ in range(5):
# Sometimes the VM is slow so look 10 times with 1 second in between
for _ in range(10):
pool = call("pool.get_instance", pool["id"])
if len(disks(pool["topology"])) == count:
break
Expand Down

0 comments on commit 16f4cdc

Please sign in to comment.