[Privoxy-commits] [privoxy] 18/19: privoxy-regression-test: Bump default timeout to 10 seconds

User Git git at git.privoxy.org
Thu Jun 11 08:29:22 CEST 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 8b97bf985c89de96a01aa4eacdcf6ff76ed608e1
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jun 10 07:23:35 2026 +0200

    privoxy-regression-test: Bump default timeout to 10 seconds
    
    ... which is more convenient when using the "--check-bad-ssl"
    option over Tor.
---
 tools/privoxy-regression-test.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index 774c7481..229a21b2 100755
--- a/tools/privoxy-regression-test.pl
+++ b/tools/privoxy-regression-test.pl
@@ -45,7 +45,7 @@ use constant {
     # CLI option defaults
     CLI_RETRIES   => 1,
     CLI_LOOPS     => 1,
-    CLI_MAX_TIME  => 5,
+    CLI_MAX_TIME  => 10,
     CLI_MIN_LEVEL => 0,
     # The reason for a maximum test level is explained in the
     # perldoc section TEST LEVELS near the end of this file.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list