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
This commit is contained in:
Steven Moreland 2019-09-18 12:12:11 -07:00
parent f3a5ab8b1d
commit c1e04d8ac5

View file

@ -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 {