Blame SOURCES/apr-1.2.2-locktimeout.patch

ec8672
--- apr-1.2.2/test/testlock.c.locktimeout
ec8672
+++ apr-1.2.2/test/testlock.c
ec8672
@@ -295,7 +295,7 @@
ec8672
             continue;
ec8672
         }
ec8672
         ABTS_INT_EQUAL(tc, 1, APR_STATUS_IS_TIMEUP(s));
ec8672
-        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 100000);
ec8672
+        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 500000);
ec8672
         break;
ec8672
     }
ec8672
     ABTS_ASSERT(tc, "Too many retries", i < MAX_RETRY);