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

Commit 3c64a54f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Increase allowed error in repeating_timer_unittest" am: 72765385 am: fdd96d94

Change-Id: If224ba9c99928c811e871846dbc1822571b7bc96
parents 1212c9e0 fdd96d94
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.