comparison 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
comparison
equal deleted inserted replaced
677:5d258aa5ebc5 678:99233cfefbbe
35 http { 35 http {
36 %%TEST_GLOBALS_HTTP%% 36 %%TEST_GLOBALS_HTTP%%
37 37
38 proxy_cache_path %%TESTDIR%%/cache keys_zone=cache:1m; 38 proxy_cache_path %%TESTDIR%%/cache keys_zone=cache:1m;
39 39
40 limit_req_zone $binary_remote_addr zone=limit:1m rate=50r/m; 40 limit_req_zone $binary_remote_addr zone=limit:1m rate=25r/m;
41 41
42 log_format time "$request_uri:$status:$upstream_response_time"; 42 log_format time "$request_uri:$status:$upstream_response_time";
43 access_log time.log time; 43 access_log time.log time;
44 44
45 upstream u { 45 upstream u {