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

Commit 0b3cee4f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

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

Change-Id: Ifc51dd749b38ac68ba1580b500013cd903fe3851
parents fa1b850c 3c64a54f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ using bluetooth::common::MessageLoopThread;
using bluetooth::common::RepeatingTimer;
using bluetooth::common::RepeatingTimer;


// Allowed error between the expected and actual delay for DoInThreadDelayed().
// 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.
 * Unit tests to verify Task Scheduler.