summaryrefslogtreecommitdiffstats
path: root/test/modules
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-07-06 10:24:24 +0200
committerStefan Eissing <icing@apache.org>2023-07-06 10:24:24 +0200
commitf3c57a99a8d4ebe026b2e0e5f7ee6ec1965e9df0 (patch)
tree9a1c8b4d8c43b4120ac732d436803e89743f7a11 /test/modules
parentproxy_util: revert timeout selection on a proxy tunnel back to (diff)
downloadapache2-f3c57a99a8d4ebe026b2e0e5f7ee6ec1965e9df0.tar.xz
apache2-f3c57a99a8d4ebe026b2e0e5f7ee6ec1965e9df0.zip
test h2: be more generous in stutter step jittering.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/modules')
-rw-r--r--test/modules/http2/test_712_buffering.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/http2/test_712_buffering.py b/test/modules/http2/test_712_buffering.py
index 9eb26890ad..0a6978b427 100644
--- a/test/modules/http2/test_712_buffering.py
+++ b/test/modules/http2/test_712_buffering.py
@@ -33,7 +33,7 @@ class TestBuffering:
url = env.mkurl("https", "cgi", "/h2test/echo")
base_chunk = "0123456789"
chunks = ["chunk-{0:03d}-{1}\n".format(i, base_chunk) for i in range(5)]
- stutter = timedelta(seconds=0.2) # this is short, but works on my machine (tm)
+ stutter = timedelta(seconds=0.2)
piper = CurlPiper(env=env, url=url)
piper.stutter_check(chunks, stutter)