changeset 533:a5465130d3df

Tests: relaxed timeouts in filter_finalize tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 11 Mar 2015 12:07:58 +0300
parents 1b2f71399b49
children 7fa91726cc7d
files image_filter_finalize.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/image_filter_finalize.t
+++ b/image_filter_finalize.t
@@ -145,7 +145,7 @@ local $TODO = 'not yet' unless $t->has_v
 
 http_get('/slow');
 http_get('/t3');
-like(http_get('/time.log'), qr!/t3:.*, 1\.!, 'upstream response time');
+like(http_get('/time.log'), qr!/t3:.*, [1-9]\.!, 'upstream response time');
 
 }