summaryrefslogtreecommitdiff
path: root/system/common/repeating_timer_unittest.cc
diff options
context:
space:
mode:
authorHansong Zhang <hsz@google.com>2020-02-11 14:41:54 -0800
committerHansong Zhang <hsz@google.com>2020-02-11 16:37:49 -0800
commit99410a9907b38823d96e139ecce7ca1df17c154c (patch)
tree833fceca71c84bf85754772e290b14d690b165d8 /system/common/repeating_timer_unittest.cc
parent6f5b0edb072a04a99291021776a1995d2790fae6 (diff)
Increase allowed error in repeating_timer_unittest
Bug: 147469737 Test: atest bluetooth_test_common Change-Id: I076192d55835b34300962e450407f8c21109ac1e
Diffstat (limited to 'system/common/repeating_timer_unittest.cc')
-rw-r--r--system/common/repeating_timer_unittest.cc2
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.