[harness-automation] fix for test cases with many devices (#2088)

This commit is contained in:
Maciej Nycz
2017-08-10 10:09:02 -07:00
committed by Jonathan Hui
parent 588613ba65
commit 78247c8de9
@@ -544,6 +544,8 @@ class HarnessCase(unittest.TestCase):
time.sleep(5)
button_next.click()
if not wait_until(lambda: self._browser.current_url.endswith('TestExecution.html'), 20):
raise Exception('Failed to load TestExecution page')
except FailError:
raise
except: