mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
fade8ba759
Fixes the flake seen here: https://github.com/coder/coder/runs/25832852690 Linux is not a real time operating system, and so there is no guarantee that subsequent `time.Now()` `time.Since()` calls will return a non-zero time. This assert is mainly there to ensure we don't return `-1`.