Skip to content

Commit 703422f

Browse files
committed
tests: p4wq: set log level for test
Log messages from workqueue are very chatty and on some systems cause dropping of messages coming from the tests, so set the level to not get warnings. Fixes #45670 Signed-off-by: Anas Nashif <[email protected]>
1 parent e5471a2 commit 703422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/p4workq/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONFIG_TEST_RANDOM_GENERATOR=y
22
CONFIG_ZTEST=y
33
CONFIG_SCHED_DEADLINE=y
4-
4+
CONFIG_LOG_DEFAULT_LEVEL=1
55
# Test whiteboxes the wait_q and expects it to be a dlist
66
CONFIG_WAITQ_SCALABLE=n
77
CONFIG_WAITQ_DUMB=y

0 commit comments

Comments
 (0)