summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xacts/framework/acts/test_utils/wifi/p2p/wifi_p2p_test_utils.py2
1 files changed, 1 insertions, 1 deletions
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 abd186f0d3..a4456a59bd 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 @@ def p2p_connection_ping_test(ad, target_ip_address):
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))