commit | 0622bde3bf22926544c1aaef4c01dfa23d79f26e | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjiax.mai@intel.com> | Sat May 08 23:35:39 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat May 08 17:08:48 2021 -0400 |
tree | 974d6024110847dcaee7de3e6b2a8a939c30ac02 | |
parent | a7d8ff40aa531186124ff0082999245c003d74af [diff] |
tests: condvar: fix one testcase failure on qemu_cortex_a53_smp After enabled FPU context switch, one condvar testcase failed due to the order of spawning thread cannot be guaranteed. Add a delay to make sure the thread which initializing the condvar run first. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>