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