From 7574e198219c61632536f50171d773fea43e8470 Mon Sep 17 00:00:00 2001 From: "Brian Fraser fraserb@gmail.com" <> Date: Sun, 15 Jul 2012 19:02:02 -0300 Subject: [PATCH] read_timeout.t: Try increasing the wait a second to avoid white smoke --- t/pt-query-digest/read_timeout.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/pt-query-digest/read_timeout.t b/t/pt-query-digest/read_timeout.t index 404a35a9..28266e20 100644 --- a/t/pt-query-digest/read_timeout.t +++ b/t/pt-query-digest/read_timeout.t @@ -27,7 +27,7 @@ my $timeout = wait_for( `$trunk/bin/pt-query-digest --read-timeout 2 --pid /tmp/mqd.pid 2>/dev/null`; return; }, - 4, + 5, ); $end = time; $waited = $end - $start; @@ -52,7 +52,7 @@ $timeout = wait_for( `$trunk/bin/pt-query-digest --read-timeout 2 --pid /tmp/mqd.pid /tmp/mqd.fifo`; return; }, - 4, + 5, ); $end = time; $waited = $end - $start;