This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 6aff396 Extend default timeout as buildbot tests are occasionally timeing out 6aff396 is described below commit 6aff39633bf6d8abf6de0ebed420e8ac09ce96b3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jan 14 10:23:48 2022 +0000 Extend default timeout as buildbot tests are occasionally timeing 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 d6514b1..bc47ada 100644 --- a/test/org/apache/catalina/startup/SimpleHttpClient.java +++ b/test/org/apache/catalina/startup/SimpleHttpClient.java @@ -206,7 +206,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