tests: drivers: uart: async_api: Use custom long buffer for nrf54h20

nrf54h20dk_nrf54h20_cpurad by default has less RAM dedicated for
DMA transfers and default 1k buffer cannot be used for
uart_async_long_buf case. Use custom value.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-10-23 07:33:37 +02:00 committed by Henrik Brix Andersen
commit d480093cd6

View file

@ -0,0 +1 @@
CONFIG_TEST_LONG_BUFFER_SIZE=128