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

Commit fdd96d94 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Increase allowed error in repeating_timer_unittest" am: 72765385

Change-Id: I416250cd268d65c332e94c443113bde49e211d7a
parents 1122cbe4 72765385
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.