mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Reduce the number of iterations in PreEnrollTest am: 744b028807 am: f80eb3cb9e am: 6ada775429
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11712201 Change-Id: I425cb880668033f14c00bae3b1fee9a28b98eaab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user