Reduce the number of iterations in PreEnrollTest am: 744b028807 am: f80eb3cb9e

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11712201

Change-Id: Iec4c3608f11fcf3244c7902775cbda48c6051294
This commit is contained in:
Ilya Matyukhin 2020-06-04 21:10:03 +00:00 committed by Automerger Merge Worker
commit 6ada775429

View file

@ -49,7 +49,7 @@ static const uint32_t kTimeout = 3;
static const std::chrono::seconds kTimeoutInSeconds = std::chrono::seconds(kTimeout);
static const uint32_t kGroupId = 99;
static std::string kTmpDir = "";
static const uint32_t kIterations = 1000;
static const uint32_t kIterations = 10;
// Wait for a callback to occur (signaled by the given future) up to the
// provided timeout. If the future is invalid or the callback does not come