Blame SOURCES/apr-1.2.2-locktimeout.patch

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