From eca7a63adcd035766995464daa2306863a76fc02 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Mon, 11 Jul 2022 11:59:34 -0700 Subject: [PATCH] [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). --- tests/toranj/ncp/test-017-parent-reset-child-recovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/toranj/ncp/test-017-parent-reset-child-recovery.py b/tests/toranj/ncp/test-017-parent-reset-child-recovery.py index 9737a4374..f689ef55c 100644 --- a/tests/toranj/ncp/test-017-parent-reset-child-recovery.py +++ b/tests/toranj/ncp/test-017-parent-reset-child-recovery.py @@ -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).