Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #275642

Category libpcap
Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
Changed at Thu 23 Jul 2026 17:13:02
Repository https://git.tcpdump.org/libpcap
Project libpcap
Branch master
Revision 2c21af0f97cca37ed2479f20a90e95b6dd14141e

Comments

TESTrun: Introduce DNS_NXDOMAIN_TIMEOUT. [skip appveyor]
Define a constant (5 seconds seems to be a reasonable first guess) and
use it in several tests that have a history of timing out due to DNS.
In time_test_command() and run_generic_reject_test() take the timeout as
a parameter instead of a global variable; in run_generic_accept_test()
and run_translate_reject_test() give the global default value as the
argument; in run_filter_reject_test() give a timeout argument and allow
a custom value to override the global default.

Changed files