You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/11/15 00:49:04 UTC

[logging-log4j2] branch release-2.x updated: Make test pass on my MacBook

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

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new b3e8818  Make test pass on my MacBook
b3e8818 is described below

commit b3e8818a111d884d1fbfecc94db74ef13c13fecb
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Nov 14 17:48:54 2021 -0700

    Make test pass on my MacBook
---
 .../org/apache/logging/log4j/core/net/SocketAppenderReconnectTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketAppenderReconnectTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketAppenderReconnectTest.java
index 827ab06..052c34d 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketAppenderReconnectTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/SocketAppenderReconnectTest.java
@@ -210,7 +210,7 @@ class SocketAppenderReconnectTest {
             timeoutSeconds = 15;
         } else {
             // Universally sensible values.
-            pollIntervalMillis = 100;
+            pollIntervalMillis = 1000;
             timeoutSeconds = 3;
         }
         await()