mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
read_timeout.t: Try increasing the wait a second to avoid white smoke
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user