You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/06/18 15:09:07 UTC

[sling-whiteboard] 07/07: Increase execution timeout to make Jenkins failures less likely

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit a20fd437ba9120423e13c6db6b9316f686d7fada
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jun 18 16:57:16 2019 +0200

    Increase execution timeout to make Jenkins failures less likely
---
 .../src/test/java/org/apache/sling/uca/impl/AgentIT.java                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java b/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
index d67a67d..0fd4d8a 100644
--- a/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
+++ b/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
@@ -62,7 +62,7 @@ import org.slf4j.LoggerFactory;
 @ExtendWith(MisbehavingServerExtension.class)
 public class AgentIT {
     
-    static final int EXECUTION_TIMEOUT_SECONDS = 5;
+    static final int EXECUTION_TIMEOUT_SECONDS = 7;
     static final int CONNECT_TIMEOUT_SECONDS = 3;
     static final int READ_TIMEOUT_SECONDS = 3;