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

Commit 40ffdc68 authored by Alistair Delva's avatar Alistair Delva Committed by Gerrit Code Review
Browse files

Merge "libutils: increase test TIMING_TOLERANCE_MS"

parents 88bef19e c1e04d8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,8 +11,9 @@

#include <utils/threads.h>

// b/141212746 - increased for virtual platforms with higher volatility
// # of milliseconds to fudge stopwatch measurements
#define TIMING_TOLERANCE_MS 25
#define TIMING_TOLERANCE_MS 100

namespace android {