2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 13:08:06 +00:00

dispatch_test: make client timeouts shorter

Use shorter timeouts for the client to ensure that the clients
time out before the server.
This commit is contained in:
Aram Sargsyan 2024-10-29 16:25:36 +00:00
parent 9ccd1be482
commit 114555ea65

View File

@ -43,10 +43,10 @@
#define T_SERVER_KEEPALIVE (120 * 1000)
#define T_SERVER_ADVERTISED (120 * 1000)
#define T_CLIENT_INIT (120 * 1000)
#define T_CLIENT_IDLE (120 * 1000)
#define T_CLIENT_KEEPALIVE (120 * 1000)
#define T_CLIENT_ADVERTISED (120 * 1000)
#define T_CLIENT_INIT (60 * 1000)
#define T_CLIENT_IDLE (60 * 1000)
#define T_CLIENT_KEEPALIVE (60 * 1000)
#define T_CLIENT_ADVERTISED (60 * 1000)
#define T_CLIENT_CONNECT (30 * 1000)