diff options
author | Steven Moreland <smoreland@google.com> | 2019-09-18 12:12:11 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-09-18 20:35:49 +0000 |
commit | c1e04d8ac5aca3de778871387b8dd032d6d62197 (patch) | |
tree | b949a85271cef6bcf3359cf58d46652b171c0d3b /libutils/Looper_test.cpp | |
parent | f3a5ab8b1d814706784b261cd3cdfa877346a1e9 (diff) |
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
Diffstat (limited to 'libutils/Looper_test.cpp')
-rw-r--r-- | libutils/Looper_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libutils/Looper_test.cpp b/libutils/Looper_test.cpp index 6fdc0edc9..37bdf0544 100644 --- a/libutils/Looper_test.cpp +++ b/libutils/Looper_test.cpp @@ -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 { |