[toranj] make test-017 more robust (#7888)

This commit updates `test-017-parent-reset-child-recovery.py` to make
it more robust by increasing the wait time for children to be
recovered after parent/leader reset. This is related to the increase
in data poll period of sleepy children to 10 sec which was done
previously to accommodate for the increased start-up time of leader
(due to change in number of MLE Parent Requests).
This commit is contained in:
Abtin Keshavarzian
2022-07-11 11:59:34 -07:00
committed by GitHub
parent 6e0eb8addf
commit eca7a63adc
@@ -151,8 +151,8 @@ def check_parent_is_associated():
wpan.verify_within(check_parent_is_associated, 10)
# Verify that all the children are recovered and present in the parent's
# child table again (within 5 seconds).
wpan.verify_within(check_child_table, 9)
# child table again.
wpan.verify_within(check_child_table, 15)
# Verify that number of state changes on all children stays as before
# (indicating they did not get detached).