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

Commit 0c6002b4 authored by Charlie Boutier's avatar Charlie Boutier Committed by Automerger Merge Worker
Browse files

Merge "[Pandora] - Simulate CSR command timeout" am: 6f473d21

parents ad83869b 6f473d21
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,8 @@ class AVRCPProxy(ProfileProxy):
        the IUT connects to PTS to establish pairing.
        the IUT connects to PTS to establish pairing.


        """
        """
        # Simulate CSR timeout: b/259102046
        time.sleep(2)
        self.connection = self.host.WaitConnection(address=pts_addr).connection
        self.connection = self.host.WaitConnection(address=pts_addr).connection
        if ("TG" in test and "TG/VLH" not in test) or "CT/VLH" in test:
        if ("TG" in test and "TG/VLH" not in test) or "CT/VLH" in test:
            try:
            try: