From: David Schweikert Date: Mon, 5 May 2014 07:55:52 +0000 (+0200) Subject: test robustness X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e9d8240b380f3697e565b59fc520f8f0a8d751;p=fping.git test robustness --- diff --git a/ci/test-4-options-a-b.pl b/ci/test-4-options-a-b.pl index 150231f..12ebb9d 100755 --- a/ci/test-4-options-a-b.pl +++ b/ci/test-4-options-a-b.pl @@ -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); }