mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Fix the failed case for the VtsHalWifiSupplicantV1_2Host#SupplicantStaIfaceHidlTest.RegisterCallback_1_2"
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user