zephyr/tests
Christopher Friedt f60ef4dea9 tests: posix: mqueue: increase sleep ms to reduce failures
The test_mqueue_notify_thread testcase had a relatively high
failure rate because sleeping only 10ms was in some cases not
sufficiently long enough for the spawned thread to update
notification_executed.

Sleep 100 ms instead of 10 ms to reduce the failure rate.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-02-26 02:09:42 -05:00
..
application_development code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
arch tests: arm_irq_vector_table: Add special handling for nRF54H20 2024-02-02 16:40:11 +01:00
benchmarks tests: cmsis-dsp: request required features 2024-02-01 14:49:03 -06:00
bluetooth Bluetooth: Audio: Remove the BT_AUDIO_CODEC_LC3_QOS macros 2024-02-25 22:26:57 -05:00
boards xtensa: move to use system cache API support for coherency 2024-02-03 13:42:33 -05:00
boot tests: Fix pytest scenarios for boot with mcumgr. 2024-02-16 08:09:46 +01:00
bsim Bluetooth: CSIP: Add support for dynamic SIRKs 2024-02-25 22:28:26 -05:00
cmake
crypto tests: crypto: rand32: Check return code of sys_csrand_get 2024-01-03 23:57:13 -06:00
drivers drivers: sensor: add ScioSense ENS160 driver 2024-02-25 22:27:22 -05:00
kconfig/configdefault
kernel tests: workq/user_work: change how resource pool is exhausted 2024-02-14 19:08:02 +01:00
lib lib: acpi: update shell and test app with the modifed resource struct 2024-02-15 12:28:55 +01:00
misc
modules thrift: null-terminate certificates in samples and tests 2024-02-13 19:36:58 +01:00
net tests: net: buf: additional verification of fixed buffer pool 2024-02-06 12:56:37 +01:00
posix tests: posix: mqueue: increase sleep ms to reduce failures 2024-02-26 02:09:42 -05:00
robot
subsys tests: subsys/fs/nvs: fix nvs-cache-gc test 2024-02-25 20:47:06 -05:00
unit tests: unit: util: Extend FOR_EACH test 2024-01-29 11:32:54 +01:00
ztest ztest: fix ztest_run_test_suite usage and macros 2024-01-09 08:15:22 -05:00
test_config.yaml