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

Commit eb331cc2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Controller: Add a sleep for the HostTest" am: 84f8a7cf

Change-Id: I0b15a54ef9d1b9f5005e43795b520a09337d13ee
parents d5868ff9 84f8a7cf
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()