Blame SOURCES/apr-1.2.2-locktimeout.patch

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