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

Commit f245ddba authored by Ytai Ben-tsvi's avatar Ytai Ben-tsvi Committed by Android (Google) Code Review
Browse files

Merge "Extend STHAL watchdog deadline"

parents f1cb8467 d9c4bfff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ import java.util.TimerTask;
 * HAL whenever they expire.
 */
public class SoundTriggerHw2Watchdog implements ISoundTriggerHw2 {
    private static final long TIMEOUT_MS = 1000;
    // TODO(b/166328980): Reduce this to 1000 as soon as HAL is fixed.
    private static final long TIMEOUT_MS = 10000;
    private static final String TAG = "SoundTriggerHw2Watchdog";

    private final @NonNull