commit | 40ffdc681cef7b83669151d3f4bfa22a2f55cb99 | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Thu Sep 19 15:00:12 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 19 15:00:12 2019 +0000 |
tree | 28b56656cabbdf25c9b9251b967a6c12c13ae5b4 | |
parent | 88bef19e6494ce02d3c2feca9808871dd6bc56f9 [diff] | |
parent | c1e04d8ac5aca3de778871387b8dd032d6d62197 [diff] |
Merge "libutils: increase test TIMING_TOLERANCE_MS"
diff --git a/libutils/Looper_test.cpp b/libutils/Looper_test.cpp index 6fdc0edc..37bdf05 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 {