mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
[toranj] update test-018-child-supervision to make it more robust (#7687)
This commit adds a small wait time between steps in the toranj `test-018-child-supervision` to help make the test more robust. The test adds some extra time for child to finish the "child update request/response" exchange with the parent before enabling MAC filter.
This commit is contained in:
@@ -98,6 +98,8 @@ child_table = wpan.parse_child_table_result(parent.get(wpan.WPAN_THREAD_CHILD_TA
|
||||
verify(len(child_table) == 1)
|
||||
verify(int(child_table[0].timeout, 0) == CHILD_TIMEOUT)
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
# Enabling allowlisting on parent
|
||||
#
|
||||
# Since child is not in parent's allowlist, the data polls from child
|
||||
|
||||
Reference in New Issue
Block a user