Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e169d42 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I5b58a75f,I07d9c70a into android12-tests-dev

* changes:
  wifi: extending framework restart waiting time
  wifi: remove disable_framework option to pass the stopWifiFramework procedure
parents 8cfd6bf8 dc36dd38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(
+0 −2
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
}

cc_test {
@@ -108,5 +107,4 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
}