read_timeout.t: Try increasing the wait a second to avoid white smoke

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-07-15 19:02:02 -03:00
parent 2611797c06
commit 7574e19821

View File

@@ -27,7 +27,7 @@ my $timeout = wait_for(
`$trunk/bin/pt-query-digest --read-timeout 2 --pid /tmp/mqd.pid 2>/dev/null`; `$trunk/bin/pt-query-digest --read-timeout 2 --pid /tmp/mqd.pid 2>/dev/null`;
return; return;
}, },
4, 5,
); );
$end = time; $end = time;
$waited = $end - $start; $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`; `$trunk/bin/pt-query-digest --read-timeout 2 --pid /tmp/mqd.pid /tmp/mqd.fifo`;
return; return;
}, },
4, 5,
); );
$end = time; $end = time;
$waited = $end - $start; $waited = $end - $start;