Merge pull request #8604 from SeppoTakalo/emac_timeout

Increase EMAC test timeout to 1400 seconds
pull/8672/head
Cruz Monrreal 2018-11-06 14:42:53 -06:00 committed by GitHub
commit 9072b55330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}