You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/07/11 16:20:21 UTC

svn commit: r1502232 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

Author: markt
Date: Thu Jul 11 14:20:21 2013
New Revision: 1502232

URL: http://svn.apache.org/r1502232
Log:
Give test longer to complete as it appears to need more time on CI system.

Modified:
    tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1502232&r1=1502231&r2=1502232&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Thu Jul 11 14:20:21 2013
@@ -76,7 +76,7 @@ public class TestWebSocketFrameClient ex
 
         // Ignore the latch result as the message count test below will tell us
         // if the right number of messages arrived
-        handler.getLatch().await(10, TimeUnit.SECONDS);
+        handler.getLatch().await(60, TimeUnit.SECONDS);
 
         List<String> messages = handler.getMessages();
         Assert.assertEquals(



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org