pytest-based tests change volume_launch_as_instance timeout

Volume launch_as_instance is more time-consuming
action. Change timeout in this specific test to
more appropriate one (the highest we have defined).

Change-Id: Iffd8aca6176fe6c069e96647a52f4710200117f8
Signed-off-by: Jan Jasek <jjasek@redhat.com>
This commit is contained in:
Jan Jasek
2025-08-15 10:29:20 +02:00
parent 60db1decf8
commit 8287a65103

View File

@@ -215,7 +215,7 @@ def test_volume_launch_as_instance_demo(login, driver, openstack_demo,
# Checking of message is skipped, we wait for refresh page
# and then result is checked.
# JJ
WebDriverWait(driver, config.selenium.page_timeout).until(
WebDriverWait(driver, config.selenium.explicit_wait).until(
EC.invisibility_of_element_located(actions_column))
wait_for_steady_state_of_volume(openstack_demo, new_volume_demo.name)
assert (openstack_demo.block_storage.find_volume(