Skip to content

Commit 0bf294c

Browse files
committed
Workaround for delays in serial read in htrun
Caused tests based around serial communication to take longer than expected. Most notably the echo tests.
1 parent 963892c commit 0bf294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_drivers/echo/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Case cases[] = {
5353
};
5454

5555
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) {
56-
GREENTEA_SETUP(30, "echo");
56+
GREENTEA_SETUP(180, "echo");
5757
return greentea_test_setup_handler(number_of_cases);
5858
}
5959

0 commit comments

Comments
 (0)