Skip to content

Commit 2239bab

Browse files
authored
Merge pull request #10543 from mirelachirica/wise_1570_udp_echotest_non_recvtimeout
Cellular: Increase receiving timeout for UDP echo non-blocking test
2 parents 2956a35 + 26facc7 commit 2239bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/udp/udpsocket_echotest.cpp

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 = 2000; //[ms]
32+
static const int WAIT2RECV_TIMEOUT = 5000; //[ms]
3333
static const int RETRIES = 2;
3434

3535
static const double EXPECTED_LOSS_RATIO = 0.0;

0 commit comments

Comments
 (0)