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

Commit dc828e44 authored by Ytai Ben-Tsvi's avatar Ytai Ben-Tsvi
Browse files

Reduce STHAL watchdog timeout to 3 seconds

Test: Basic soundtrigger cases on Pixel 3A
Fixes: 166328980
Change-Id: I77a8912e6bba4780324832545fd2f23b25c71df1
parent 26835425
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@ import java.util.TimerTask;
 * HAL whenever they expire.
 */
public class SoundTriggerHw2Watchdog implements ISoundTriggerHw2 {
    // TODO(b/166328980): Reduce this to 1000 as soon as HAL is fixed.
    private static final long TIMEOUT_MS = 10000;
    private static final long TIMEOUT_MS = 3000;
    private static final String TAG = "SoundTriggerHw2Watchdog";

    private final @NonNull