Files
openthread/tests/scripts
whd a274ddea71 [tests] fix wrong usage of ping timeouts (#6381)
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/*
2021-03-31 22:22:34 -07:00
..
2020-03-10 22:15:07 -07:00