We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ac60e commit 973e485Copy full SHA for 973e485
tests/benchmarks/multicore/idle_uarte/src/main.c
@@ -24,7 +24,7 @@ LOG_MODULE_REGISTER(idle_uarte);
24
#error Improper device tree configuration, UARTE test node not available
25
#endif
26
27
-#define UART_ACTION_BASE_TIMEOUT_US 50000
+#define UART_ACTION_BASE_TIMEOUT_US 60000
28
#define TEST_BUFFER_LEN 512
29
30
static const struct device *const uart_dev = DEVICE_DT_GET(UART_NODE);
0 commit comments