Skip to content

Commit 9121f80

Browse files
committed
test: drivers: can: Always wait for TX to complete
Set CONFIG_SHELL_TX_TIMEOUT_MS to 0 to ensure that all messages to the shell are printed and that there are no test failures due to dropped messages. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
1 parent b82a8eb commit 9121f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/can/host/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_SHELL=y
2+
CONFIG_SHELL_TX_TIMEOUT_MS=0
23
CONFIG_CAN=y
34
CONFIG_CAN_FD_MODE=y
45
CONFIG_CAN_SHELL=y

0 commit comments

Comments
 (0)