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

Commit eebfb03f authored by Alistair Delva's avatar Alistair Delva Committed by android-build-merger
Browse files

Merge "libutils: increase test TIMING_TOLERANCE_MS" am: 40ffdc68 am: 814d5a53 am: da506eba

am: 3a4ce7ac

Change-Id: Ia7e89d025b1b0dd78b39f84201a18afac2923659
parents 9dcf8a6f 3a4ce7ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -11,8 +11,9 @@


#include <utils/threads.h>
#include <utils/threads.h>


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


namespace android {
namespace android {