changeset 962:e214983c605b

Tests: adjusted limit_req rate value in HTTP/2 body preread tests. Affected testing requests could not run into delayed processing on slow hosts.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 27 Jun 2016 12:26:48 +0300
parents 4993ece8620e
children c26b0eaed67a
files h2_request_body_preread.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2_request_body_preread.t
+++ b/h2_request_body_preread.t
@@ -37,7 +37,7 @@ events {
 http {
     %%TEST_GLOBALS_HTTP%%
 
-    limit_req_zone   $binary_remote_addr  zone=req:1m rate=1r/s;
+    limit_req_zone   $binary_remote_addr  zone=req:1m rate=30r/m;
 
     server {
         listen       127.0.0.1:%%PORT_0%% http2;