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

Commit f0e4b94a authored by Myles Watson's avatar Myles Watson
Browse files

Controller: Add a sleep for the HostTest

Bug: 149120542
Test: ./cert/run_cert_facade_only.sh
Change-Id: I5d8de7b3599e6e4a0478ba37ee6caa178aa0674a
parent 64c28f28
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()