From: Stephan Bosch Date: Sun, 16 May 2021 23:24:31 +0000 (+0200) Subject: lib-smtp: test-smtp-payload - Double the client progress timeout. X-Git-Tag: 2.3.16~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0ce18bc7fe67aed8b220c5f49336ab93b169fef;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: test-smtp-payload - Double the client progress timeout. Otherwise, SSL tests can fail on systems with low entropy. --- diff --git a/src/lib-smtp/test-smtp-payload.c b/src/lib-smtp/test-smtp-payload.c index e8e93f4b2a..efc3ae531f 100644 --- a/src/lib-smtp/test-smtp-payload.c +++ b/src/lib-smtp/test-smtp-payload.c @@ -31,7 +31,7 @@ #include #include -#define CLIENT_PROGRESS_TIMEOUT 30 +#define CLIENT_PROGRESS_TIMEOUT 60 #define SERVER_KILL_TIMEOUT_SECS 20 #define MAX_PARALLEL_PENDING 200