From: Nick Mathewson Date: Thu, 28 Jun 2012 16:57:58 +0000 (-0400) Subject: Make test_evutil_monotonic a little more tolerant X-Git-Tag: release-2.1.2-alpha~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def3b8341980a159ab19aef503d94184feb9e85a;p=libevent Make test_evutil_monotonic a little more tolerant --- diff --git a/test/regress_util.c b/test/regress_util.c index 797fc1c8..6a6a3942 100644 --- a/test/regress_util.c +++ b/test/regress_util.c @@ -1243,8 +1243,8 @@ test_evutil_monotonic(void *data_) wantres = 10*1000; acceptdiff = 1000; #else - wantres = 300; - acceptdiff = 100; + wantres = 1000; + acceptdiff = 300; #endif } else { wantres = 40*1000;