mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
fixed pt-upgrade tests for 5.7 compatibility
This commit is contained in:
@@ -59,7 +59,7 @@ $output = output(
|
||||
my $t = time - $t0;
|
||||
|
||||
ok(
|
||||
$t >= 3 && $t <= 6,
|
||||
$t >= 3 && $t <= ($ENV{PERCONA_SLOW_BOX} ? 8 : 6),
|
||||
"Exec queries: ran for roughly --run-time seconds"
|
||||
) or diag($output, 'Actual run time:', $t);
|
||||
|
||||
|
Reference in New Issue
Block a user