]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: test-smtp-payload - Double the client progress timeout.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 16 May 2021 23:24:31 +0000 (01:24 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 21 May 2021 20:20:48 +0000 (20:20 +0000)
Otherwise, SSL tests can fail on systems with low entropy.

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

index e8e93f4b2a7a6461fb8e2448f82314828d273875..efc3ae531f1a1823db15941b30868f905354d469 100644 (file)
@@ -31,7 +31,7 @@
 #include <unistd.h>
 #include <dirent.h>
 
-#define CLIENT_PROGRESS_TIMEOUT     30
+#define CLIENT_PROGRESS_TIMEOUT     60
 #define SERVER_KILL_TIMEOUT_SECS    20
 #define MAX_PARALLEL_PENDING        200