mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 02:04:13 +03:00
storage: Avoid some test suite noise on thread cleanup
This commit is contained in:
parent
f10bbfe5b3
commit
95fd32dffd
@ -820,7 +820,9 @@ class StorageVolume(_StorageObject):
|
||||
vol.info()
|
||||
break
|
||||
except:
|
||||
time.sleep(.2)
|
||||
if time:
|
||||
# This 'if' check saves some noise from the test suite
|
||||
time.sleep(.2)
|
||||
if self._install_finished:
|
||||
break
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user