From dev-return-188790-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Tue Feb 6 23:17:19 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id CB2F2180657 for ; Tue, 6 Feb 2018 23:17:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BAEF8160C45; Tue, 6 Feb 2018 22:17:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 33FA2160C37 for ; Tue, 6 Feb 2018 23:17:19 +0100 (CET) Received: (qmail 41722 invoked by uid 500); 6 Feb 2018 22:17:18 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 41712 invoked by uid 99); 6 Feb 2018 22:17:17 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2018 22:17:17 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6EA2D3A023A for ; Tue, 6 Feb 2018 22:17:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1823402 - /tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java Date: Tue, 06 Feb 2018 22:17:17 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180206221717.6EA2D3A023A@svn01-us-west.apache.org> Author: markt Date: Tue Feb 6 22:17:17 2018 New Revision: 1823402 URL: http://svn.apache.org/viewvc?rev=1823402&view=rev Log: Correct comment Modified: tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java Modified: tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java?rev=1823402&r1=1823401&r2=1823402&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java (original) +++ tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java Tue Feb 6 22:17:17 2018 @@ -83,7 +83,7 @@ public class TestSocketServerAnyLocalAdd /* Accept the client connection */ clientSocket = Socket.accept(serverSocket); - /* Configure a 1s timeout for reading from client */ + /* Configure a 10s timeout for reading from client */ Socket.timeoutSet(clientSocket, TIMEOUT_MICROSECONDS); byte [] buf = new byte[1]; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org