summaryrefslogtreecommitdiffstats
path: root/apr-1.2.2-locktimeout.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-10-02 10:01:36 +0200
committerRemi Collet <fedora@famillecollet.com>2010-10-02 10:01:36 +0200
commitba0620fb6d74e94525a3256b4c5204fb3f5a247f (patch)
treea5c562c23f43beef861722c0debb3d2ee4912f5c /apr-1.2.2-locktimeout.patch
work on httpd 2.3.8HEADmaster
Diffstat (limited to 'apr-1.2.2-locktimeout.patch')
-rw-r--r--apr-1.2.2-locktimeout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/apr-1.2.2-locktimeout.patch b/apr-1.2.2-locktimeout.patch
new file mode 100644
index 0000000..73f3994
--- /dev/null
+++ b/apr-1.2.2-locktimeout.patch
@@ -0,0 +1,11 @@
+--- apr-1.2.2/test/testlock.c.locktimeout
++++ apr-1.2.2/test/testlock.c
+@@ -295,7 +295,7 @@
+ continue;
+ }
+ ABTS_INT_EQUAL(tc, 1, APR_STATUS_IS_TIMEUP(s));
+- ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 100000);
++ ABTS_ASSERT(tc, "Timer returned too late", end - begin - timeout < 500000);
+ break;
+ }
+ ABTS_ASSERT(tc, "Too many retries", i < MAX_RETRY);