commit | f371f76e9af4f7e48be3ce4f077e4ded633432ee | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Sep 17 13:02:41 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 04 13:54:28 2021 +0100 |
tree | 06fc52e49651273e6ab2aedf9c3f1b66c8706ed1 | |
parent | 1696f6de35190eb68bd5995caf5f3bf7c947913b [diff] |
tests/net: Switch k_msleep to k_yield for tcp packet scheduling TCP work queue is of higher priority so k_yield should do the trick, and the test will not be affected by any timing. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>