]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: test-http-payload - Increase client progress timeout to 30 s.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 4 May 2020 12:51:29 +0000 (14:51 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 5 May 2020 06:17:30 +0000 (06:17 +0000)
This makes the SSL test a little less brittle.

src/lib-http/test-http-payload.c

index 9bdeca57b34c1b510921abf24280487145287da5..9e479acc9b9c067aed8e4f6828ea4d4dd34d4db7 100644 (file)
@@ -30,7 +30,7 @@
 #include <unistd.h>
 #include <dirent.h>
 
-#define CLIENT_PROGRESS_TIMEOUT     10
+#define CLIENT_PROGRESS_TIMEOUT     30
 
 enum payload_handling {
        PAYLOAD_HANDLING_LOW_LEVEL,