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

Commit c4105d6d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11794304 from 67241b38 to 24Q3-release

Change-Id: I19a1c5b843c84323d7f9332f7e6c3e9bda1762f2
parents aadd60f2 67241b38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ mod tests {
        let now = clock_gettime(ClockId::CLOCK_MONOTONIC).unwrap().num_milliseconds();
        test_thread.request_timeout_at_time((now + 10) * 1000000);

        std::thread::sleep(Duration::from_millis(20));
        std::thread::sleep(Duration::from_millis(100));
        assert!(test_thread_callback.is_notify_timeout_called());
    }