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