Fix t/pt-table-checksum/replication_filters.t again, better.

This commit is contained in:
Daniel Nichter
2013-03-01 15:06:47 -07:00
parent be048f9674
commit fad6d17647
2 changed files with 6 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ $exit_status = pt_table_checksum::main(@args,
my $t = time - $t0;
ok(
$t >= 1.1 && $t <= 2.5,
$t >= 1.0 && $t <= 2.5,
"Ran in roughly --run-time 1 second"
) or diag("Actual run time: $t");
@@ -72,4 +72,3 @@ ok(
$sb->wipe_clean($master_dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
done_testing;
exit;