This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 9f8c539 Extend default timeout as buildbot tests are occasionally timing out 9f8c539 is described below commit 9f8c5391d16b5ba00d8906fc9b1af6a1cdb17110 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jan 14 10:23:48 2022 +0000 Extend default timeout as buildbot tests are occasionally timing out --- test/org/apache/catalina/startup/SimpleHttpClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/startup/SimpleHttpClient.java b/test/org/apache/catalina/startup/SimpleHttpClient.java index c5d4843..1491ab6 100644 --- a/test/org/apache/catalina/startup/SimpleHttpClient.java +++ b/test/org/apache/catalina/startup/SimpleHttpClient.java @@ -199,7 +199,7 @@ public abstract class SimpleHttpClient { reader = new BufferedReader(r); } public void connect() throws UnknownHostException, IOException { - connect(5000, 5000); + connect(10000, 10000); } protected OutputStream createOutputStream(Socket socket) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org