From 9942742eb95ada0a94b4f1711b649e7d1cbf6483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Thu, 27 Oct 2011 22:48:10 +0800 Subject: [PATCH] made tests more stable. --- t/043-shdict.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/043-shdict.t b/t/043-shdict.t index 929aad8e..5f1e6a84 100644 --- a/t/043-shdict.t +++ b/t/043-shdict.t @@ -172,7 +172,7 @@ nil dogs:set("bar", 56, 0.001) dogs:set("baz", 78, 0.001) dogs:set("foo", 32, 0.01) - ngx.location.capture("/sleep/0.01") + ngx.location.capture("/sleep/0.012") ngx.say(dogs:get("foo")) '; }