File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
connectivity/netsocket/tests/TESTS/network/emac Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ void test_emac_memory_cb(int opt)
105105 send_request = false ;
106106 no_response_cnt = 0 ;
107107 } else if (opt == TIMEOUT) {
108- if (++no_response_cnt > 5 ) {
109- if (++retries > 3 ) {
108+ if (++no_response_cnt > 3 ) {
109+ if (++retries > 1 ) {
110110 // If echo replies should be received fails the test case
111111 if (echo_should_work) {
112112 printf (" too many retries\r\n\r\n " );
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ void test_emac_unicast_burst_cb(int opt)
7575void test_emac_unicast_burst ()
7676{
7777 RESET_ALL_ERROR_FLAGS;
78- SET_TRACE_LEVEL (TRACE_SEND | TRACE_SUCCESS | TRACE_FAILURE);
78+ SET_TRACE_LEVEL (TRACE_FAILURE);
7979
8080 if (ECHO_SERVER_ADDRESS_KNOWN) {
8181 START_TEST_LOOP (test_emac_unicast_burst_cb, 100ms);
You can’t perform that action at this time.
0 commit comments