Merge "Changing the wait_for_disconnect timeout to 30 to wait the DUT to complete the disconnection. " into main am: 4951bbfacd

Original change: https://android-review.googlesource.com/c/platform/tools/test/connectivity/+/2776361

Change-Id: I0db12e3c0747e6e267d84b71f46f049c8fe00dee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/acts_tests/tests/google/wifi/aware/functional/NonConcurrencyTest.py b/acts_tests/tests/google/wifi/aware/functional/NonConcurrencyTest.py
index fe00d27..28635e3 100644
--- a/acts_tests/tests/google/wifi/aware/functional/NonConcurrencyTest.py
+++ b/acts_tests/tests/google/wifi/aware/functional/NonConcurrencyTest.py
@@ -192,7 +192,7 @@
         autils.wait_for_event(dut_ap, aconsts.SESSION_CB_ON_PUBLISH_STARTED)
 
         # dut start subscribe
-        wutils.wait_for_disconnect(dut, timeout=20)
+        wutils.wait_for_disconnect(dut, timeout=30)
         if state_change:
             autils.wait_for_event(dut, aconsts.BROADCAST_WIFI_AWARE_AVAILABLE)
             p_id = dut.droid.wifiAwareAttach()