Merge "Fix the failed case for the VtsHalWifiSupplicantV1_2Host#SupplicantStaIfaceHidlTest.RegisterCallback_1_2"

am: 528f91b055

Change-Id: I802c059e8eb67ca01d90eeb6ade427c7559ebced
This commit is contained in:
zhibo.chang
2019-11-07 13:06:39 -08:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ void startHostapdAndWaitForHidlService() {
HostapdManager hostapd_manager;
ASSERT_TRUE(hostapd_manager.StartHostapd());
ASSERT_TRUE(notification_listener->waitForHidlService(200, service_name));
ASSERT_TRUE(notification_listener->waitForHidlService(500, service_name));
}
bool is_1_1(const sp<IHostapd>& hostapd) {

View File

@@ -175,7 +175,7 @@ void startSupplicantAndWaitForHidlService() {
ASSERT_TRUE(supplicant_manager.StartSupplicant());
ASSERT_TRUE(supplicant_manager.IsSupplicantRunning());
ASSERT_TRUE(notification_listener->waitForHidlService(200, service_name));
ASSERT_TRUE(notification_listener->waitForHidlService(500, service_name));
}
bool is_1_1(const sp<ISupplicant>& supplicant) {