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:
Jimmy Chen
2021-09-27 17:01:07 +08:00
parent c484e5b627
commit ef3f77f831

View File

@@ -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(