Skip to content

lava_common: Use monotonic time for Timeouts and durations

time.time() is affected by system time changes like daylight savings, leap seconds and clock drift.

Monotonic time will always move forward. It should be used to calculate durations.

Merge request reports