openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

[test] increase wait time for leader start #228

Closed abtink closed 2 years ago

abtink commented 2 years ago

This commit increases the wait time for leader start. This is to address the changes in behavior in Thread spec related to the number of MLE Parent Request messages that device needs to send in the first attach attempt before it can become leader. The new design requires a device to send a total of six Parent Request messages, first two to routers followed by four to routers and REEDs, each having its own corresponding wait time.