mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2025-11-21 03:45:26 +00:00
test robustness
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user