[wifi_p2p_test_utils] Increase ping count

Bug: 161394945
Fixes: 161394945
Test: None
Change-Id: I5cd6695ae1ca6c195137ed103c9b091901e40599
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))