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
(cherry picked from commit ef3f77f831
)
This commit is contained in:
parent
0e6752c900
commit
01c2259e19
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,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(
|
||||
|
|
Loading…
Reference in a new issue