uitests: newvm: More attempts to make the PXE test less flakey

This commit is contained in:
Cole Robinson 2019-06-18 10:01:26 -04:00
parent cf04920211
commit e4b4834a58

View File

@ -105,9 +105,14 @@ class NewVM(uiutils.UITestCase):
self.sleep(.2)
uiutils.check_in_loop(lambda: "Generic" in osentry.text)
# The sleeps shouldn't be required, but this test continues to be
# flakey, so this is an attempt to fix it.
self.forward(newvm)
self.sleep(.5)
self.forward(newvm)
self.sleep(.5)
self.forward(newvm)
self.sleep(.5)
newvm.find_fuzzy("Finish", "button").click()
# Delete it from the VM window