Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep a private reference to
Process.clock_gettime
`timeout 0.3.0` broke our test suite because we have some tests that stubs `Process.clock_gettime` making it return a value in the past, causing `Timeout` to trigger almost immediately. I beleive it wasn't a problem before because it was relying on `Process.sleep`.
- Loading branch information