commit | bff415f636b4aed2f90a93237736d88a8c657bf2 | [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 | d1f7cccbe8e08b95f049dbeaa41ebdabda2f7a95 [diff] | |
parent | e45a4392f600e0760a07d2191a4350a30cea2a59 [diff] |
Merge "libutils: increase test TIMING_TOLERANCE_MS"
diff --git a/libutils/Looper_test.cpp b/libutils/Looper_test.cpp index 6fdc0ed..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 {