From: Stephan Bosch Date: Mon, 4 May 2020 12:51:29 +0000 (+0200) Subject: lib-http: test-http-payload - Increase client progress timeout to 30 s. X-Git-Tag: 2.3.11.2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=254f6f802fe3022d67fe309ad7071d9c7d9b5df9;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-payload - Increase client progress timeout to 30 s. This makes the SSL test a little less brittle. --- diff --git a/src/lib-http/test-http-payload.c b/src/lib-http/test-http-payload.c index 9bdeca57b3..9e479acc9b 100644 --- a/src/lib-http/test-http-payload.c +++ b/src/lib-http/test-http-payload.c @@ -30,7 +30,7 @@ #include #include -#define CLIENT_PROGRESS_TIMEOUT 10 +#define CLIENT_PROGRESS_TIMEOUT 30 enum payload_handling { PAYLOAD_HANDLING_LOW_LEVEL,