mirror of https://github.com/ARMmbed/mbed-os.git
Workaround for delays in serial read in htrun
Caused tests based around serial communication to take longer than expected. Most notably the echo tests.
parent
963892c83e
commit
0bf294c2ed
|
@ -53,7 +53,7 @@ Case cases[] = {
|
|||
};
|
||||
|
||||
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) {
|
||||
GREENTEA_SETUP(30, "echo");
|
||||
GREENTEA_SETUP(180, "echo");
|
||||
return greentea_test_setup_handler(number_of_cases);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue