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 905899d4..adf460d7 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -5635,7 +5635,7 @@ void CTRexExtendedDriverBase1GVm::get_extended_stats(CPhyEthIF * _if,CPhyEthIFSt
}
int CTRexExtendedDriverBase1GVm::wait_for_stable_link(){
- wait_x_sec(9 + CGlobalInfo::m_options.m_wait_before_traffic);
+ wait_x_sec(CGlobalInfo::m_options.m_wait_before_traffic);
return (0);
}