mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
various 5.7 test and tool compatibility fixes
This commit is contained in:
@@ -161,7 +161,7 @@ $output = output(
|
||||
my $t = time - $t0;
|
||||
|
||||
ok(
|
||||
$t >= 2 && $t <= ($ENV{PERCONA_SLOW_BOX} ? 5 : 3),
|
||||
$t >= 2 && $t <= ($ENV{PERCONA_SLOW_BOX} ? 8 : 3),
|
||||
"--sleep between SELECT (bug 979092)"
|
||||
) or diag($output, "t=", $t);
|
||||
|
||||
|
Reference in New Issue
Block a user