Merge pull request #10543 from mirelachirica/wise_1570_udp_echotest_non_recvtimeout

Cellular: Increase receiving timeout for UDP echo non-blocking test
pull/10573/head
Martin Kojtal 2019-05-13 13:45:11 +01:00 committed by GitHub
commit 2239babf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 2000; //[ms]
static const int WAIT2RECV_TIMEOUT = 5000; //[ms]
static const int RETRIES = 2;
static const double EXPECTED_LOSS_RATIO = 0.0;