mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 11:10:08 +00:00
Have router make two separate attempts to reconnect to current partition. (#1276)
This commit is contained in:
@@ -134,7 +134,7 @@ class Cert_5_3_3_AddressQuery(unittest.TestCase):
|
||||
|
||||
addrs = self.nodes[ROUTER3].get_addrs()
|
||||
self.nodes[ROUTER3].stop()
|
||||
time.sleep(130)
|
||||
time.sleep(140)
|
||||
|
||||
for addr in addrs:
|
||||
if addr[0:4] != 'fe80':
|
||||
|
||||
Reference in New Issue
Block a user