From fce425e3ff0281de29f04ac46d8c395befee607d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Dec 2016 11:08:54 -0500 Subject: Increase tolerances in util/monotonic_time tests This is an attempt to fix #19974. --- changes/19974 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/19974 (limited to 'changes/19974') diff --git a/changes/19974 b/changes/19974 new file mode 100644 index 0000000000..5496143ddf --- /dev/null +++ b/changes/19974 @@ -0,0 +1,5 @@ + o Minor bugfixes (unit tests): + - Fix tolerances in unit tests for monotonic time comparisons between + nanoseconds and microseconds. Previously, we accepted a 10 us + difference only, which is not realistic on every platform's + clock_gettime(). Fixes bug 19974; bugfix on 0.2.9.1-alpha. -- cgit v1.2.3-54-g00ecf