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

Commit 49128d7d authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[ADI][57/N] Lower timeout to 10 seconds by default" into main

parents 08b7bddc ace8ff94
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