You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2016/11/16 09:51:30 UTC

svn commit: r1769951 - /qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java

Author: rgodfrey
Date: Wed Nov 16 09:51:30 2016
New Revision: 1769951

URL: http://svn.apache.org/viewvc?rev=1769951&view=rev
Log:
QPID-7514 : Revert incorrectly committed code

Modified:
    qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java

Modified: qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java
URL: http://svn.apache.org/viewvc/qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java?rev=1769951&r1=1769950&r2=1769951&view=diff
==============================================================================
--- qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java (original)
+++ qpid/java/trunk/qpid-test-utils/src/main/java/org/apache/qpid/test/utils/PortHelper.java Wed Nov 16 09:51:30 2016
@@ -34,7 +34,7 @@ public class PortHelper
 
     public static final int START_PORT_NUMBER = 10000;
 
-    private static final int DEFAULT_TIMEOUT_MILLIS = 5000000;
+    private static final int DEFAULT_TIMEOUT_MILLIS = 5000;
 
     public static final int MIN_PORT_NUMBER = 1;
     public static final int MAX_PORT_NUMBER = 49151;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org