Sets CONFIG_TIMESLICE_SIZE=0 for tests that previously expected to run without timeslicing enabled, and now fail with the default CONFIG_TIMESLICE_SIZE=20. Note that timeslicing functionality is still included, but no actual timeslicing is performed. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_TIMESLICE_SIZE=0
|