Skip to content

Commit e638687

Browse files
nordic-baminashif
authored andcommitted
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 <[email protected]>
1 parent 3c126ef commit e638687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/drivers/flash/common/boards/mx25uw63_single_io.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
status = "okay";
5959
mspi-max-frequency = <DT_FREQ_M(50)>;
6060
mspi-io-mode = "MSPI_IO_MODE_SINGLE";
61-
transfer-timeout = <500>;
61+
transfer-timeout = <1000>;
6262
};

tests/drivers/flash/common/boards/mx25uw63_single_io_4B_addr_sreset.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
mspi-io-mode = "MSPI_IO_MODE_SINGLE";
6161
use-4byte-addressing;
6262
initial-soft-reset;
63-
transfer-timeout = <500>;
63+
transfer-timeout = <1000>;
6464
};

0 commit comments

Comments
 (0)