From: Stephan Bosch Date: Fri, 30 May 2025 11:39:37 +0000 (+0200) Subject: lib-http: test-http-client-errors - Increase client progress timeout X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b3839e0c94ae950314824c668a4fb7a8e31b47f;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-client-errors - Increase client progress timeout Accounts for timeouts sometimes occurring while running in Valgrind. --- diff --git a/src/lib-http/test-http-client-errors.c b/src/lib-http/test-http-client-errors.c index 8d2daefd8a..7cdd54456a 100644 --- a/src/lib-http/test-http-client-errors.c +++ b/src/lib-http/test-http-client-errors.c @@ -22,7 +22,7 @@ #include #include -#define CLIENT_PROGRESS_TIMEOUT 10 +#define CLIENT_PROGRESS_TIMEOUT 30 #define SERVER_KILL_TIMEOUT_SECS 20 static struct settings_root *set_root;