mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 13:50:28 +00:00
a274ddea71
In tests/scripts/thread-cert/node.py, the timeout parameter of ping() function is in seconds. However, in some test cases they called ping() with a timeout in milliseconds. I used the following command to list ping() usages with a specified timeout: grep -rn "ping.*timeout=" tests/scripts/thread-cert/*