Tickless kernel is now always disabled, ensuring that when the kernel's tick count changes, we really did get a timer interrupt. The test now awaits a change in tick count instead of busy waiting for an arbitrary time period. Fixes: #15013 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
CONFIG_STACK_SENTINEL=y
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
CONFIG_TEST_USERSPACE=n
|
|
CONFIG_ZTEST=y
|
|
CONFIG_COVERAGE=n
|
|
CONFIG_SMP=n
|
|
CONFIG_TICKLESS_KERNEL=n
|