Skip to content

Use time.monotonic for timeouts

segfault requested to merge 20400-monotonic-time into stable

time.time() relies on system time, which can change.

Closes #20400 (closed)

Merge request reports