Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 19ddbbfa67a5242039268f52e0fff994 > files > 3

apr-1.7.0-3.mga8.src.rpm

--- test/testlock.c	2007-03-01 11:30:24.000000000 +0100
+++ test/testlock.c.oden	2009-07-04 18:34:12.000000000 +0200
@@ -297,7 +297,7 @@ static void test_timeoutcond(abts_case *
             continue;
         }
         ABTS_INT_EQUAL(tc, 1, APR_STATUS_IS_TIMEUP(s));
-        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 100000);
+        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 500000);
         break;
     }
     ABTS_ASSERT(tc, "Too many retries", i < MAX_RETRY);