diff --git a/regress/args-ttl.pl b/regress/args-ttl.pl index 19f0b84..418f66b 100644 --- a/regress/args-ttl.pl +++ b/regress/args-ttl.pl @@ -62,8 +62,9 @@ sighup => 1, ); - # wait until TTL has expired, pfresolvd delays another second - my $timeout = 3; + # wait until TTL 2 has expired, pfresolvd delays another second, + # another second is against a race in the test + my $timeout = 4; my ($updates, $deleted) = (2, 1); my $table = qr/updated addresses for pf table .*, deleted: $deleted,/;