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

Commit 138e4d9c authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "PTS-bot: fix failure after reset" am: fb8ac43c am: 7595444b am:...

Merge "PTS-bot: fix failure after reset" am: fb8ac43c am: 7595444b am: 1b0c585c am: fc55f0c6

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2127785



Change-Id: I3cf0ae09ca5faf0ea7953b27a5c0471b00edcafb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7f1a3fa0 fc55f0c6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@ class IUT:
                try:
                    return Host(channel).ReadLocalAddress(
                        wait_for_ready=True).address
                except grpc.RpcError:
                except grpc.RpcError or grpc._channel._InactiveRpcError:
                    tries += 1
                    if tries >= MAX_RETRIES:
                        raise
                    else: