Skip to content

Commit 9072b55

Browse files
author
Cruz Monrreal
authored
Merge pull request #8604 from SeppoTakalo/emac_timeout
Increase EMAC test timeout to 1400 seconds
2 parents 5549c52 + e3623b9 commit 9072b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/network/emac/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ using namespace utest::v1;
5353
utest::v1::status_t test_setup(const size_t number_of_cases)
5454
{
5555
#if !MBED_CONF_APP_ECHO_SERVER
56-
GREENTEA_SETUP(1200, "default_auto");
56+
GREENTEA_SETUP(1400, "default_auto");
5757
#endif
5858
return verbose_test_setup_handler(number_of_cases);
5959
}

0 commit comments

Comments
 (0)