Skip to content

Commit fba66cf

Browse files
Greentea UDPSOCKET_RECV_TIMEOUT increase time tolerance
1 parent a12ab30 commit fba66cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/udp/udpsocket_recv_timeout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void UDPSOCKET_RECV_TIMEOUT()
6262
if (recvd == NSAPI_ERROR_WOULD_BLOCK) {
6363
osSignalWait(SIGNAL_SIGIO, SIGIO_TIMEOUT);
6464
printf("MBED: recvfrom() took: %dms\n", timer.read_ms());
65-
TEST_ASSERT_INT_WITHIN(50, 150, timer.read_ms());
65+
TEST_ASSERT_INT_WITHIN(51, 150, timer.read_ms());
6666
continue;
6767
} else if (recvd < 0) {
6868
printf("[bt#%02d] network error %d\n", i, recvd);

0 commit comments

Comments
 (0)