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:
Nikolay Starodubtsev 2016-06-20 13:27:39 +03:00
parent d791127dbd
commit d031c61481
1 changed files with 1 additions and 1 deletions

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'