Skip to content

Commit a05da1b

Browse files
author
Mirela Chirica
committed
Cellular: Increase receiving timeout for UDP echo non-blocking test
1 parent 54602f5 commit a05da1b

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)