diff image_filter_finalize.t @ 678:99233cfefbbe

Tests: adjusted test timeouts. Made tests pass on hosts with moderately unstable system clock.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 07 Sep 2015 14:09:51 +0300
parents 6c0a5903d0ae
children f50ee6804216
line wrap: on
line diff
--- a/image_filter_finalize.t
+++ b/image_filter_finalize.t
@@ -37,7 +37,7 @@ http {
 
     proxy_cache_path %%TESTDIR%%/cache keys_zone=cache:1m;
 
-    limit_req_zone $binary_remote_addr zone=limit:1m rate=50r/m;
+    limit_req_zone $binary_remote_addr zone=limit:1m rate=25r/m;
 
     log_format time "$request_uri:$status:$upstream_response_time";
     access_log time.log time;