Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 227e0ae0 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Automerger Merge Worker
Browse files

Reduce the number of iterations in PreEnrollTest am: 744b0288 am: f80eb3cb...

Reduce the number of iterations in PreEnrollTest am: 744b0288 am: f80eb3cb am: 6ada7754 am: c72840c8

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

Change-Id: I5f65cfcfb9d5a0cb9c6f228ff4a337242f109e29
parents bb6e0aed c72840c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -49,7 +49,7 @@ static const uint32_t kTimeout = 3;
static const std::chrono::seconds kTimeoutInSeconds = std::chrono::seconds(kTimeout);
static const std::chrono::seconds kTimeoutInSeconds = std::chrono::seconds(kTimeout);
static const uint32_t kGroupId = 99;
static const uint32_t kGroupId = 99;
static std::string kTmpDir = "";
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
// 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
// provided timeout. If the future is invalid or the callback does not come