commit | b3f39226ececf3ad79b30d3e311eb8b1ae45a2f7 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Apr 01 16:01:38 2020 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Apr 01 20:03:15 2020 +0300 |
tree | 986090f08d5a7de0d512a5a3acca885295b28f66 | |
parent | a03a54f00cdb135b3d489ffbedbe94f7c9f0e205 [diff] |
net: tests: Fix timeout passed to k_sleep() Use the appropriate K_SECONDS() or K_MSEC() macros to pass a timeout to k_sleep() and other kernel APIs. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>