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