Change send_ip_icmp recv timeout to 2sec
[csit.git] / resources / traffic_scripts / send_ip_icmp.py
index f797bda..711bf3d 100755 (executable)
@@ -47,7 +47,7 @@ def main():
     sent_packets.append(pkt_raw)
     txq.send(pkt_raw)
 
-    ether = rxq.recv(10)
+    ether = rxq.recv(2)
 
     # Check whether received packet contains layers Ether, IP and ICMP
     if ether is None: