commit | a3959af4f5e26a3caa3a6e05868b2efbff80c79c | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Fri Sep 22 11:35:22 2023 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 28 15:46:07 2023 +0200 |
tree | be6f83c378724bcaeda16c7a1c3ca53da1df3c3c | |
parent | 2b92598df12ce66d6fc42327636c72c25fe6222b [diff] |
tests: spinlock: Increase thread execution to prevent quick exit On Intel boards (like intel_ehl_crb and intel_rpl_s_crb) for the trylock_test some part is executed very fast and since there is no synchronization, there might be situation when there is no trylock_failures. Increasing time spend in this part fixes the issue. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>