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

Commit 72765385 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase allowed error in repeating_timer_unittest"

parents c2001475 99410a99
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.