Skip to content

Commit

Permalink
test: add workaround for TF slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Aug 9, 2023
1 parent 1926dd5 commit f0adee2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/check-machines-storage-pools
Original file line number Diff line number Diff line change
Expand Up @@ -927,11 +927,13 @@ class TestMachinesStoragePools(VirtualMachinesCase):
vol_name=dev.split("/")[-1] + "1",
remove_volume=True).execute()

StoragePoolsCreationAndDeletion(self,
name="pdd-pool-3",
pool_type="disk",
target="/media/",
source_dev=dev).execute()
# Workaround Firefox on TF taking longer to find tr[data-row-id=\"pool-pdd-pool-3-system\"]
with b.wait_timeout(120):
StoragePoolsCreationAndDeletion(self,
name="pdd-pool-3",
pool_type="disk",
target="/media/",
source_dev=dev).execute()

# iscsi pool deletion
# TODO: Arch image has no iscsi yet
Expand Down

0 comments on commit f0adee2

Please sign in to comment.