WiFi tests: Increase the timeout for ESP module

pull/3147/head
Bartek Szatkowski 2016-10-27 14:57:26 +01:00
parent beef1d8b00
commit 34cc61f871
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Case cases[] = {
};
status_t greentea_test_setup(const size_t number_of_cases) {
GREENTEA_SETUP(60, "default_auto");
GREENTEA_SETUP(90, "default_auto");
return greentea_test_setup_handler(number_of_cases);
}