mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 13:59:54 +00:00
[tests] increase timeout for MLE Child Update Request. (#2146)
This commit increases the time in waiting for a child to reattach. This reflects the recent change to add retransmissions to the MLE Child Update Request message.
This commit is contained in:
@@ -159,7 +159,7 @@ class Cert_9_2_8_PersistentDatasets(unittest.TestCase):
|
||||
self.assertEqual(self.nodes[ED].get_channel(), CHANNEL_INIT)
|
||||
self.assertEqual(self.nodes[SED].get_channel(), CHANNEL_INIT)
|
||||
|
||||
time.sleep(5)
|
||||
time.sleep(10)
|
||||
|
||||
self.assertEqual(self.nodes[ROUTER].get_panid(), COMMISSIONER_PENDING_PANID)
|
||||
self.assertEqual(self.nodes[ED].get_panid(), COMMISSIONER_PENDING_PANID)
|
||||
|
||||
Reference in New Issue
Block a user