Skip to content

Commit d26fe0f

Browse files
author
Cruz Monrreal
authored
Merge pull request #10184 from mirelachirica/wise_1570_udp_echotest_nonblocking
Cellular: Increase receiving timeout for UDP echo non-blocking test
2 parents 2520c77 + ec3c6f3 commit d26fe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/udp/udpsocket_echotest.cpp

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace {
2929
static const int SIGNAL_SIGIO_RX = 0x1;
3030
static const int SIGNAL_SIGIO_TX = 0x2;
3131
static const int SIGIO_TIMEOUT = 5000; //[ms]
32-
static const int WAIT2RECV_TIMEOUT = 1000; //[ms]
32+
static const int WAIT2RECV_TIMEOUT = 2000; //[ms]
3333
static const int RETRIES = 2;
3434

3535
static const double EXPECTED_LOSS_RATIO = 0.0;

0 commit comments

Comments
 (0)