tstellar / rpms / apr

Forked from rpms/apr 3 years ago
Clone
33c2b48
--- apr-1.2.2/test/testlock.c.locktimeout
33c2b48
+++ apr-1.2.2/test/testlock.c
33c2b48
@@ -295,7 +295,7 @@
33c2b48
             continue;
33c2b48
         }
33c2b48
         ABTS_INT_EQUAL(tc, 1, APR_STATUS_IS_TIMEUP(s));
33c2b48
-        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 100000);
33c2b48
+        ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 500000);
33c2b48
         break;
33c2b48
     }
33c2b48
     ABTS_ASSERT(tc, "Too many retries", i < MAX_RETRY);