We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16d2370 + 4a66eb6 commit 32445aeCopy full SHA for 32445ae
TESTS/network/emac/emac_test_initialize.cpp
@@ -65,7 +65,7 @@ void test_emac_initialize()
65
#endif
66
67
// Power up the interface and emac driver
68
- network_interface->connect();
+ TEST_ASSERT_EQUAL_INT(NSAPI_ERROR_OK, network_interface->connect());
69
70
worker_loop_link_up_wait();
71
}
TESTS/network/emac/main.cpp
@@ -53,7 +53,7 @@ using namespace utest::v1;
53
utest::v1::status_t test_setup(const size_t number_of_cases)
54
{
55
#if !MBED_CONF_APP_ECHO_SERVER
56
- GREENTEA_SETUP(600, "default_auto");
+ GREENTEA_SETUP(1200, "default_auto");
57
58
return verbose_test_setup_handler(number_of_cases);
59
0 commit comments