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

Commit 84f8a7cf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Controller: Add a sleep for the HostTest"

parents a278e8b9 f0e4b94a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
#   See the License for the specific language governing permissions and
#   limitations under the License.

import os
import sys
import time

from acts import asserts
from cert.gd_base_test_facade_only import GdFacadeOnlyBaseTestClass
@@ -57,6 +56,7 @@ class ControllerTest(GdFacadeOnlyBaseTestClass):
            cert_address_response.address != dut_address_response.address,
            msg="Expected cert and dut address to be different %s" %
            cert_address_response.address)
        time.sleep(1)  # This shouldn't be needed b/149120542

    def test_get_local_extended_features(self):
        request = controller_facade.PageNumberMsg()