From baf85511adc37c0b47016f3a223ff9a82d1d5d79 Mon Sep 17 00:00:00 2001 From: dormando Date: Tue, 9 Aug 2011 11:18:22 -0700 Subject: t/issue_140.t waffle-fails. Make it not do that. Dustin's set clock stuff would be nice :P --- t/issue_140.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/issue_140.t b/t/issue_140.t index 2c6151e..3923d89 100644 --- a/t/issue_140.t +++ b/t/issue_140.t @@ -30,7 +30,7 @@ my $stats = mem_stats($sock, "items"); my $age = $stats->{"items:1:age"}; isnt ($age, "0", "Age should not be zero"); -sleep(2); +sleep(3); my $stats = mem_stats($sock, "items"); my $age = $stats->{"items:1:age"}; -- cgit v1.2.1