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

ggregory 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 43a9868  Double test timeout to try to make the GitHub builds more 
resilient.
43a9868 is described below

commit 43a98686b5e1e228ea6e3467399c252c05eb3485
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 19 12:34:33 2022 -0500

    Double test timeout to try to make the GitHub builds more resilient.
---
 .../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 21ce372..997d22c 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
@@ -201,7 +201,7 @@ public class SocketAppenderReconnectTest {
     private static void awaitUntilSucceeds(final Runnable runnable) {
         // These figures are collected via trial-and-error; nothing scientific 
to look for here.
         final long pollIntervalMillis = 1_000L;
-        final long timeoutSeconds = 60L;
+        final long timeoutSeconds = 120L;
         await()
                 .pollInterval(pollIntervalMillis, TimeUnit.MILLISECONDS)
                 .atMost(timeoutSeconds, TimeUnit.SECONDS)

Reply via email to