mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +00:00
Increase attach timeout to 5 seconds to account for random delays. (#700)
This commit is contained in:
@@ -89,7 +89,7 @@ class Cert_5_3_3_AddressQuery(unittest.TestCase):
|
||||
self.assertEqual(self.nodes[LEADER].get_state(), 'leader')
|
||||
|
||||
self.nodes[BR].start()
|
||||
time.sleep(3)
|
||||
time.sleep(5)
|
||||
self.assertEqual(self.nodes[BR].get_state(), 'router')
|
||||
|
||||
self.nodes[BR].add_prefix('2003::/64', 'paros')
|
||||
|
||||
Reference in New Issue
Block a user