Skip to content

Commit 973e485

Browse files
committed
tests: benchmarks: multicore: idle_uarte: extend timeout for uart TX
Prevent TX abort due to timeout. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 57ac60e commit 973e485

File tree

1 file changed

+1
-1
lines changed
  • tests/benchmarks/multicore/idle_uarte/src

1 file changed

+1
-1
lines changed

tests/benchmarks/multicore/idle_uarte/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LOG_MODULE_REGISTER(idle_uarte);
2424
#error Improper device tree configuration, UARTE test node not available
2525
#endif
2626

27-
#define UART_ACTION_BASE_TIMEOUT_US 50000
27+
#define UART_ACTION_BASE_TIMEOUT_US 60000
2828
#define TEST_BUFFER_LEN 512
2929

3030
static const struct device *const uart_dev = DEVICE_DT_GET(UART_NODE);

0 commit comments

Comments
 (0)