mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch '4392-increase-dispatch_test-timeouts' into 'main'
Bump the timeouts in the dispatch_test Closes #4392 See merge request isc-projects/bind9!8437
This commit is contained in:
1
tests/dns/.gitignore
vendored
1
tests/dns/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/zone.data
|
||||
/testdata/dnstap/dnstap.file
|
||||
/testdata/master/master18.data
|
||||
/badcache.out
|
||||
|
@@ -38,17 +38,17 @@
|
||||
#include <tests/dns.h>
|
||||
|
||||
/* Timeouts in miliseconds */
|
||||
#define T_SERVER_INIT 5000
|
||||
#define T_SERVER_IDLE 5000
|
||||
#define T_SERVER_KEEPALIVE 5000
|
||||
#define T_SERVER_ADVERTISED 5000
|
||||
#define T_SERVER_INIT 10000
|
||||
#define T_SERVER_IDLE 10000
|
||||
#define T_SERVER_KEEPALIVE 10000
|
||||
#define T_SERVER_ADVERTISED 10000
|
||||
|
||||
#define T_CLIENT_INIT 2000
|
||||
#define T_CLIENT_IDLE 2000
|
||||
#define T_CLIENT_KEEPALIVE 2000
|
||||
#define T_CLIENT_ADVERTISED 2000
|
||||
#define T_CLIENT_INIT 10000
|
||||
#define T_CLIENT_IDLE 10000
|
||||
#define T_CLIENT_KEEPALIVE 10000
|
||||
#define T_CLIENT_ADVERTISED 10000
|
||||
|
||||
#define T_CLIENT_CONNECT 1000
|
||||
#define T_CLIENT_CONNECT 10000
|
||||
|
||||
/* dns_dispatchset_t *dset = NULL; */
|
||||
static isc_sockaddr_t udp_server_addr;
|
||||
|
Reference in New Issue
Block a user