This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 87d586e Increase timeouts (for CI)
87d586e is described below
commit 87d586ef531029a8c6f8e65c5c0be34f1c818704
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 10 11:11:23 2020 +0100
Increase timeouts (for CI)
---
test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
b/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
index 4b8fb58..c484328 100644
--- a/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
+++ b/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
@@ -69,7 +69,7 @@ public class TestEncodingDecoding extends TomcatBaseTest {
private static final String PATH_MESSAGES_EP = "/echoMessagesEP";
private static final String PATH_BATCHED_EP = "/echoBatchedEP";
- private static final int WAIT_LOOPS = 50;
+ private static final int WAIT_LOOPS = 100;
private static final int WAIT_DELAY = 100;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]