mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
wifi: extending framework restart waiting time
10s is not enough for low-end devices, extending waiting time to avoid false alarm for low-end devices. Bug: 201184673 Test: atest VtsHalWifiSupplicantP2pV1_4TargetTest Change-Id: I9baa53a462b97738e6dc471cf06c2b9230b92c1c
This commit is contained in:
@@ -285,7 +285,7 @@ bool turnOnExcessiveLogging(const sp<ISupplicant>& supplicant) {
|
||||
}
|
||||
|
||||
bool waitForFrameworkReady() {
|
||||
int waitCount = 10;
|
||||
int waitCount = 15;
|
||||
do {
|
||||
// Check whether package service is ready or not.
|
||||
if (!testing::checkSubstringInCommandOutput(
|
||||
|
||||
Reference in New Issue
Block a user