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

Commit fc55f0c6 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: 1b0c585c

parents 82118201 1b0c585c
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: