Skip to content

Commit

Permalink
Cellular: WISE-1570 needs greater receiving timeout to pass UDPSOCKET…
Browse files Browse the repository at this point in the history
…_ECHOTEST_NONBLOCK test

Reason for needing greater timeout could be this test's performance.
UDPSOCKET_ECHOTEST_BURST_NONBLOCK is implementing the receiving
differently and is passing with 1 second timeout.
  • Loading branch information
Mirela Chirica committed Mar 26, 2019
1 parent 54602f5 commit ec3c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTS/netsocket/udp/udpsocket_echotest.cpp 100644 → 100755
Expand Up @@ -29,7 +29,7 @@ namespace {
static const int SIGNAL_SIGIO_RX = 0x1;
static const int SIGNAL_SIGIO_TX = 0x2;
static const int SIGIO_TIMEOUT = 5000; //[ms]
static const int WAIT2RECV_TIMEOUT = 1000; //[ms]
static const int WAIT2RECV_TIMEOUT = 2000; //[ms]
static const int RETRIES = 2;

static const double EXPECTED_LOSS_RATIO = 0.0;
Expand Down

0 comments on commit ec3c6f3

Please sign in to comment.