[dts] [PATCH V1]framework/packet:fix netmap_compat and rxtx_callbacks suit timeout failed

lu,peipei peipeix.lu at intel.com
Mon Dec 18 03:22:56 CET 2017


netmap_compat suit and rxtx_callbacks suit need 1.5s on centos.

Signed-off-by: lu,peipei <peipeix.lu at intel.com>
---
 framework/packet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/packet.py b/framework/packet.py
index fc9c9cc..a3f8197 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -829,7 +829,7 @@ def sniff_packets(intf, count=0, timeout=5, filters=[]):
     pipe = subprocess.Popen(args)
     index = str(time.time())
     SNIFF_PIDS[index] = (pipe, intf, timeout)
-    time.sleep(0.5)
+    time.sleep(1.5)
     return index
 
 
-- 
1.9.3



More information about the dts mailing list