]> granicus.if.org Git - libevent/commitdiff
Make test_evutil_monotonic a little more tolerant
authorNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 16:57:58 +0000 (12:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 16:57:58 +0000 (12:57 -0400)
test/regress_util.c

index 797fc1c812e933e989ee5353050c07caeaf2d0f4..6a6a39429c9963497e71389f98145209c7b73a81 100644 (file)
@@ -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;