Jean Boussier 4e21b19a61 [ruby/timeout] 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`.

https://github.com/ruby/timeout/commit/e5911a303e
2022-06-09 18:58:49 +09:00
..
2021-12-18 08:38:58 +09:00
2022-06-06 18:13:01 +09:00
2022-03-14 14:40:28 +09:00
2021-12-09 19:48:22 +09:00
2022-01-12 21:16:01 +09:00
2021-11-16 20:55:33 +09:00
2022-03-17 10:11:38 +09:00
2022-01-03 22:33:38 +09:00
2021-12-24 23:20:30 +09:00
2022-02-10 17:18:05 +09:00
2022-04-01 00:18:36 +09:00
2021-12-20 12:44:31 +09:00
2022-05-16 23:43:04 +09:00
2021-09-28 17:36:41 +09:00
2021-08-24 18:02:44 +09:00
2022-04-22 11:59:54 +09:00