[LTP] [PATCH 4/4] netstress: increase timeout errors counter
Alexey Kodanev
alexey.kodanev@oracle.com
Mon Feb 11 19:07:47 CET 2019
Make sure we avoid false-positives with stress test scenarious.
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
---
testcases/network/netstress/netstress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testcases/network/netstress/netstress.c b/testcases/network/netstress/netstress.c
index 63fbaed..06882b1 100644
--- a/testcases/network/netstress/netstress.c
+++ b/testcases/network/netstress/netstress.c
@@ -88,7 +88,7 @@ static char *server_addr = "localhost";
static char *source_addr;
static char *server_bg;
static int busy_poll = -1;
-static int max_etime_cnt = 12; /* ~30 sec max timeout if no connection */
+static int max_etime_cnt = 21; /* ~60 sec max timeout if no connection */
static int max_eshutdown_cnt = 10;
static int max_pmtu_err = 10;
--
1.7.1
More information about the ltp
mailing list