test robustness

This commit is contained in:
David Schweikert 2014-05-05 09:55:52 +02:00
parent 0f36dddffd
commit a1e9d8240b
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ $cmd->stderr_is_eq("");
my $elapsed = tv_interval($t0);
# 0.1 + 0.2 + 0.4 + 0.8 = 1.5
cmp_ok($elapsed, '>=', 1.5);
cmp_ok($elapsed, '<', 1.7);
cmp_ok($elapsed, '<', 1.8);
}