Author: markt
Date: Thu Feb 25 20:53:33 2016
New Revision: 1732365
URL: http://svn.apache.org/viewvc?rev=1732365&view=rev
Log:
Increase margin after CI failure on gump
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java?rev=1732365&r1=1732364&r2=1732365&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
(original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Thu Feb
25 20:53:33 2016
@@ -51,7 +51,7 @@ public class TestHttp2Section_6_8 extend
sendClientPreface();
validateHttp2InitialResponse();
- Thread.sleep(PNG_ACK_DELAY_MS + 200);
+ Thread.sleep(PNG_ACK_DELAY_MS + 500);
getTomcatInstance().getConnector().pause();
@@ -65,7 +65,7 @@ public class TestHttp2Section_6_8 extend
// Should be processed
sendSimpleGetRequest(3);
- Thread.sleep(PNG_ACK_DELAY_MS + 200);
+ Thread.sleep(PNG_ACK_DELAY_MS + 500);
// Should be ignored
sendSimpleGetRequest(5);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]