Skip to content

Commit

Permalink
Merge pull request ARMmbed#10184 from mirelachirica/wise_1570_udp_ech…
Browse files Browse the repository at this point in the history
…otest_nonblocking

Cellular: Increase receiving timeout for UDP echo non-blocking test
  • Loading branch information
Cruz Monrreal II authored and Cruz Monrreal II committed Mar 26, 2019
2 parents f712c2f + ec3c6f3 commit 719f2d9
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 719f2d9

Please sign in to comment.