Increase EMAC test timeout to 1400 seconds

pull/8604/head
Seppo Takalo 2018-10-31 17:14:05 +02:00
parent 56293af0e7
commit e3623b91fa
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ using namespace utest::v1;
utest::v1::status_t test_setup(const size_t number_of_cases)
{
#if !MBED_CONF_APP_ECHO_SERVER
GREENTEA_SETUP(1200, "default_auto");
GREENTEA_SETUP(1400, "default_auto");
#endif
return verbose_test_setup_handler(number_of_cases);
}