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:
commit
6ada775429
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue