mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 10:13:19 +03:00
Fire fake timers waking up at the same time as the current clock
This commit is contained in:
parent
cbd266052d
commit
26aa138429
@ -337,7 +337,7 @@ impl Deterministic {
|
||||
|
||||
if let Some((_, wakeup_time, _)) = state.pending_timers.first() {
|
||||
let wakeup_time = *wakeup_time;
|
||||
if wakeup_time < new_now {
|
||||
if wakeup_time <= new_now {
|
||||
let timer_count = state
|
||||
.pending_timers
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user