diff options
author | Hansong Zhang <hsz@google.com> | 2020-02-11 14:41:54 -0800 |
---|---|---|
committer | Hansong Zhang <hsz@google.com> | 2020-02-11 16:37:49 -0800 |
commit | 99410a9907b38823d96e139ecce7ca1df17c154c (patch) | |
tree | 833fceca71c84bf85754772e290b14d690b165d8 | |
parent | 6f5b0edb072a04a99291021776a1995d2790fae6 (diff) |
Increase allowed error in repeating_timer_unittest
Bug: 147469737
Test: atest bluetooth_test_common
Change-Id: I076192d55835b34300962e450407f8c21109ac1e
-rw-r--r-- | system/common/repeating_timer_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/common/repeating_timer_unittest.cc b/system/common/repeating_timer_unittest.cc index 20d8d676b2..50520cd73e 100644 --- a/system/common/repeating_timer_unittest.cc +++ b/system/common/repeating_timer_unittest.cc @@ -27,7 +27,7 @@ using bluetooth::common::MessageLoopThread; using bluetooth::common::RepeatingTimer; // Allowed error between the expected and actual delay for DoInThreadDelayed(). -constexpr uint32_t delay_error_ms = 3; +constexpr uint32_t delay_error_ms = 100; /** * Unit tests to verify Task Scheduler. |