Merge "Increase timeout in test_deploy_several_mock_apps_in_a_row"

This commit is contained in:
Jenkins 2016-06-20 13:40:37 +00:00 committed by Gerrit Code Review
commit 6052c2bf54

View File

@ -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'