Skip to content

Commit e3623b9

Browse files
author
Seppo Takalo
committed
Increase EMAC test timeout to 1400 seconds
1 parent 56293af commit e3623b9

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)