Skip to content

Commit 3675ff2

Browse files
hasheddankartben
authored andcommitted
tests: lib: p4wq: turn of time slicing
Turns off time slicing as these tests do not expect time slicing and previously operated without time slicing, but now fallback to the new default of a time slice size of 20 added in e337b7b. This explicitly sets the time slice size to 0. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
1 parent 71c4476 commit 3675ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/p4workq/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_TEST_RANDOM_GENERATOR=y
22
CONFIG_ZTEST=y
33
CONFIG_SCHED_DEADLINE=y
4+
CONFIG_TIMESLICE_SIZE=0
45
CONFIG_LOG_DEFAULT_LEVEL=1
56
# Test whiteboxes the wait_q and expects it to be a dlist
67
CONFIG_WAITQ_SCALABLE=n

0 commit comments

Comments
 (0)