increased test timeout to fix failing test due to slow sd card

pull/7774/head
bentcooke 2017-08-18 11:15:07 -05:00
parent e77f0ee9af
commit fd4cd6aa0b
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void test_read_write() {
// Test setup // Test setup
utest::v1::status_t test_setup(const size_t number_of_cases) { 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); return verbose_test_setup_handler(number_of_cases);
} }