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

Commit a8967e88 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

PandoraServer: Make factoryReset timeout explicit

Test: atest pts-bot
Bug: 341314672
Flag: TEST_ONLY

Change-Id: I3eab96de51cb2dd40c07961add047c7f96dc3deb
parent 21a68fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class Host(
    }

    override fun factoryReset(request: Empty, responseObserver: StreamObserver<Empty>) {
        grpcUnary<Empty>(scope, responseObserver, 30) {
        grpcUnary<Empty>(scope, responseObserver, timeout = 30) {
            Log.i(TAG, "factoryReset")

            // remove bond for each device to avoid auto connection if remote resets faster