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

Commit ace8ff94 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI][57/N] Lower timeout to 10 seconds by default

BUG: 360129657
FLAG: android.content.pm.verification_service
Test: n/a
Change-Id: Iefb4e8d15903560744b243e0294979deaff779d8
parent c4063535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public class DeveloperVerifierController {
            "verification_request_timeout_millis";
    // Default duration to wait for a verifier to respond to a verification request.
    private static final long DEFAULT_VERIFICATION_REQUEST_TIMEOUT_MILLIS =
            TimeUnit.MINUTES.toMillis(1);
            TimeUnit.SECONDS.toMillis(10);
    /**
     * Configurable maximum amount of time in milliseconds that the verifier can request to extend
     * the verification request timeout duration to. This is the maximum amount of time the system