Make timing test more reasonable on fast systems.

This commit is contained in:
Daniel Nichter
2012-12-20 16:18:15 -07:00
parent 2f413383ef
commit bc3fb2c812

View File

@@ -44,7 +44,7 @@ $exit_status = pt_table_checksum::main(@args,
my $t = time - $t0;
ok(
$t >= 1.5 && $t <= 2.5,
$t >= 1.1 && $t <= 2.5,
"Ran in roughly --run-time 1 second"
) or diag("Actual run time: $t");