diff options
Diffstat (limited to 'system/common/repeating_timer_unittest.cc')
-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. |