mirror of https://github.com/ARMmbed/mbed-os.git
increased test timeout to fix failing test due to slow sd card
parent
e77f0ee9af
commit
fd4cd6aa0b
|
@ -164,7 +164,7 @@ void test_read_write() {
|
|||
|
||||
// Test setup
|
||||
utest::v1::status_t test_setup(const size_t number_of_cases) {
|
||||
GREENTEA_SETUP(30, "default_auto");
|
||||
GREENTEA_SETUP(120, "default_auto");
|
||||
return verbose_test_setup_handler(number_of_cases);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue