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)
105
105
send_request = false ;
106
106
no_response_cnt = 0 ;
107
107
} else if (opt == TIMEOUT) {
108
- if (++no_response_cnt > 5 ) {
109
- if (++retries > 3 ) {
108
+ if (++no_response_cnt > 3 ) {
109
+ if (++retries > 1 ) {
110
110
// If echo replies should be received fails the test case
111
111
if (echo_should_work) {
112
112
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)
75
75
void test_emac_unicast_burst ()
76
76
{
77
77
RESET_ALL_ERROR_FLAGS;
78
- SET_TRACE_LEVEL (TRACE_SEND | TRACE_SUCCESS | TRACE_FAILURE);
78
+ SET_TRACE_LEVEL (TRACE_FAILURE);
79
79
80
80
if (ECHO_SERVER_ADDRESS_KNOWN) {
81
81
START_TEST_LOOP (test_emac_unicast_burst_cb, 100ms);
You can’t perform that action at this time.
0 commit comments