Author: markt Date: Tue Sep 17 12:11:18 2013 New Revision: 1523998 URL: http://svn.apache.org/r1523998 Log: Make test less sensitive to timing
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java?rev=1523998&r1=1523997&r2=1523998&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java (original) +++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Tue Sep 17 12:11:18 2013 @@ -725,7 +725,7 @@ public class TestWsWebSocketContainer ex int count = 0; while (getOpenCount(setA) == expected && count < 5) { count ++; - Thread.sleep(1000); + Thread.sleep(100); } expected--; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org