[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:
Jonathan Hui
2017-08-28 20:16:52 -07:00
committed by GitHub
parent 4db72783c8
commit 850713f09b
@@ -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)