Skip to content

Commit a37c6a8

Browse files
lyakhlgirdwood
authored andcommitted
debug: ztest: reduce delay between tests
Currently ztest delay is set to 100ms, which adds that time between each too ztest runs. This very quickly adds up to cause an IPC timeout in the kernel driver. That timeout isn't needed for SOF, set it to 1ms. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent b3d0c47 commit a37c6a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/debug_overlay.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CONFIG_ASSERT=y
33

44
CONFIG_ZTEST_NO_YIELD=n
55
CONFIG_ZTEST_SUMMARY=n
6+
CONFIG_ZTEST_TEST_DELAY_MS=1
67
CONFIG_SOF_BOOT_TEST_ALLOWED=y
78
CONFIG_TEST_EXTRA_STACK_SIZE=7168
89

0 commit comments

Comments
 (0)