]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: test-http-client-errors - Increase client progress timeout
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 30 May 2025 11:39:37 +0000 (13:39 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 30 May 2025 11:42:06 +0000 (13:42 +0200)
Accounts for timeouts sometimes occurring while running in Valgrind.

src/lib-http/test-http-client-errors.c

index 8d2daefd8aec93d6269cf873ce0193614ed09e39..7cdd54456ab7aeed9177cba0687cf6e78640cf78 100644 (file)
@@ -22,7 +22,7 @@
 #include <unistd.h>
 #include <sys/signal.h>
 
-#define CLIENT_PROGRESS_TIMEOUT     10
+#define CLIENT_PROGRESS_TIMEOUT     30
 #define SERVER_KILL_TIMEOUT_SECS    20
 
 static struct settings_root *set_root;