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

Commit 99410a99 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Increase allowed error in repeating_timer_unittest

Bug: 147469737
Test: atest bluetooth_test_common
Change-Id: I076192d55835b34300962e450407f8c21109ac1e
parent 6f5b0edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.