Skip to content

Commit

Permalink
boards/opentitan: tests: spi_host: Increase number of kernel ops
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
alistair23 committed Oct 31, 2023
1 parent 5c675ec commit 868f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/opentitan/src/tests/spi_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn spi_host_transfer_partial() {
spi_host.read_write_bytes(tx, Some(rx), cb.tx_len.get()),
Ok(())
);
run_kernel_op(5000);
run_kernel_op(8000);

assert_eq!(cb.transfer_done.get(), true);

Expand Down

0 comments on commit 868f5f8

Please sign in to comment.