zephyr/tests/subsys
Dino Li b4f88dcdc1 tests/cmsis_rtos_v2: increase main thread sleep time
In the mutex and semaphore tests, main thread will sleep for 10 ticks
to wait for test thread to finish its work. And test thread will wait
5 ticks for timeout test. This means that test thread has 5 ticks to
finish its job.
On platform where idle thread has low power mode enabled
(e.g. it8xxx2_evb), latency in waking up from low power mode will cause
main thread to wake up early before test thread has finished its work.
This symptom will break next test (osThreadGetCount() not equal to 2).
This change makes the test threads have a full 10 ticks to finish its job.

fixes: #57557

Signed-off-by: Dino Li <Dino.Li@ite.com.tw>
2023-08-09 09:05:42 +00:00
..
canbus/isotp tests: subsys: canbus changing the test thread priority 2023-07-31 10:09:25 +02:00
debug tests: coredump: unify identifiers of tests 2023-08-01 13:24:09 -04:00
dfu samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dsp/basicmath samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
edac samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
emul emul: Migrate all emulation use to use DT_HAS_ 2023-04-28 08:37:33 -05:00
fs tests: fs: ext2: Add ext specific tests 2023-08-03 12:22:01 -04:00
input input: add zephyr/ prefix to the event code sample and docs 2023-08-04 10:41:57 +02:00
ipc/ipc_service device: remove redundant init functions 2023-04-19 10:00:25 +02:00
jwt
logging tests: logging: fix double-promotion warnings 2023-07-31 10:08:27 +02:00
mgmt tests: mgmt: mcumgr: cb_notifications: Fix SMP sync issue 2023-08-02 11:28:41 +02:00
modbus tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
openthread tests: openthread: fix identifiers 2023-08-01 13:24:09 -04:00
pm tests: subsys: pm: pwer_mgmt_multicore: remove PM_STATE_ACTIVE 2023-07-28 09:09:01 +00:00
portability tests/cmsis_rtos_v2: increase main thread sleep time 2023-08-09 09:05:42 +00:00
rtio/rtio_api rtio: Use an atomic completion counter 2023-07-24 09:04:43 +00:00
sd samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
settings tests: enable flash tests for mr_canhubk3 board 2023-07-26 09:44:14 +02:00
shell samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
storage tests: enable flash tests for mr_canhubk3 board 2023-07-26 09:44:14 +02:00
testsuite/fff_fake_contexts samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
tracing/tracing_api
usb sample/tests: remove CONFIG_USB_COMPOSITE_DEVICE usage 2023-07-26 14:37:15 +02:00
zbus tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00