Snap for 6687127 from 594bdbec92319170e0d95ba1d8d584273d6c58cd to rvc-release

Change-Id: I45fa650a39c93f16ff69558c582ab1a026ff695f
diff --git a/acts/framework/acts/test_utils/wifi/p2p/wifi_p2p_test_utils.py b/acts/framework/acts/test_utils/wifi/p2p/wifi_p2p_test_utils.py
index abd186f..a4456a5 100755
--- a/acts/framework/acts/test_utils/wifi/p2p/wifi_p2p_test_utils.py
+++ b/acts/framework/acts/test_utils/wifi/p2p/wifi_p2p_test_utils.py
@@ -75,7 +75,7 @@
     ad.log.debug("Run Ping Test, %s ping %s " % (ad.serial, target_ip_address))
     asserts.assert_true(
         acts.utils.adb_shell_ping(ad,
-                                  count=3,
+                                  count=6,
                                   dest_ip=target_ip_address,
                                   timeout=20), "%s ping failed" % (ad.serial))