From: Aram Sargsyan Date: Tue, 29 Oct 2024 16:25:36 +0000 (+0000) Subject: dispatch_test: make client timeouts shorter X-Git-Tag: v9.21.5~43^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114555ea657e9fb5ba5f53d88df196e379e34ee1;p=thirdparty%2Fbind9.git dispatch_test: make client timeouts shorter Use shorter timeouts for the client to ensure that the clients time out before the server. --- diff --git a/tests/dns/dispatch_test.c b/tests/dns/dispatch_test.c index 5257df79ab7..bc0924023f5 100644 --- a/tests/dns/dispatch_test.c +++ b/tests/dns/dispatch_test.c @@ -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)