Increase timeout in test_deploy_several_mock_apps_in_a_row
Test still failed during timeout, so we need to increase time to wait one more time. Change-Id: Idf2cf3983f5178945980ff5f6cb8596448f59d18 Related-Bug: #1591108
This commit is contained in:
parent
d791127dbd
commit
d031c61481
@ -839,7 +839,7 @@ class TestSuiteApplications(base.ApplicationTestCase):
|
||||
action_xpath = '{0}{1}'.format(row_xpath, c.Action)
|
||||
menu_item = self.wait_element_is_clickable(by.By.XPATH,
|
||||
action_xpath,
|
||||
sec=30)
|
||||
sec=60)
|
||||
menu_item.click()
|
||||
|
||||
# And check that status of the application is 'Completed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user