summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index eb845803..fbd55173 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -3084,7 +3084,7 @@ void CGlobalTRex::pre_test() {
do {
ret = pretest.resolve_all();
count++;
- } while ((ret != true) && (count < 3));
+ } while ((ret != true) && (count < 10));
if ( CGlobalInfo::m_options.preview.getVMode() > 0) {
pretest.dump(stdout);