mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 00:27:47 +00:00
[harness-automation] fix for test cases with many devices (#2088)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user