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

Commit c1e04d8a authored by Steven Moreland's avatar Steven Moreland
Browse files

libutils: increase test TIMING_TOLERANCE_MS

25 -> 100, because we are seeing larger values sometimes on cuttlefish.

Fixes: 141212746
Test: libutils_test
Change-Id: I371416473b97f46891104ff9d893ec38c25728aa
parent f3a5ab8b
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 {