test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]framework/packet:fix netmap_compat and rxtx_callbacks suit timeout failed
@ 2017-12-18  2:22 lu,peipei
  0 siblings, 0 replies; only message in thread
From: lu,peipei @ 2017-12-18  2:22 UTC (permalink / raw)
  To: dts; +Cc: lu,peipei

netmap_compat suit and rxtx_callbacks suit need 1.5s on centos.

Signed-off-by: lu,peipei <peipeix.lu@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-18  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-18  2:22 [dts] [PATCH V1]framework/packet:fix netmap_compat and rxtx_callbacks suit timeout failed lu,peipei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).