From 9caefa0c0e9bc05602944ecf76150a447d6b940f Mon Sep 17 00:00:00 2001 From: Bartosz Miller Date: Wed, 5 Nov 2025 14:55:05 +0100 Subject: [PATCH] [nrf fromtree] tests: driver: flash: Increase the single I/O test transfer timeout Increase the allowed transfer timeout for the signel I/O test. Signed-off-by: Bartosz Miller (cherry picked from commit e638687af4fcc69e18af87fff3b7662db056741f) --- tests/drivers/flash/common/boards/mx25uw63_single_io.overlay | 2 +- .../common/boards/mx25uw63_single_io_4B_addr_sreset.overlay | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/drivers/flash/common/boards/mx25uw63_single_io.overlay b/tests/drivers/flash/common/boards/mx25uw63_single_io.overlay index ac06662e9526..e74369f372b1 100644 --- a/tests/drivers/flash/common/boards/mx25uw63_single_io.overlay +++ b/tests/drivers/flash/common/boards/mx25uw63_single_io.overlay @@ -58,5 +58,5 @@ status = "okay"; mspi-max-frequency = ; mspi-io-mode = "MSPI_IO_MODE_SINGLE"; - transfer-timeout = <500>; + transfer-timeout = <1000>; }; diff --git a/tests/drivers/flash/common/boards/mx25uw63_single_io_4B_addr_sreset.overlay b/tests/drivers/flash/common/boards/mx25uw63_single_io_4B_addr_sreset.overlay index 09af484cc212..f2f74b269676 100644 --- a/tests/drivers/flash/common/boards/mx25uw63_single_io_4B_addr_sreset.overlay +++ b/tests/drivers/flash/common/boards/mx25uw63_single_io_4B_addr_sreset.overlay @@ -60,5 +60,5 @@ mspi-io-mode = "MSPI_IO_MODE_SINGLE"; use-4byte-addressing; initial-soft-reset; - transfer-timeout = <500>; + transfer-timeout = <1000>; };