Repository: logging-log4j2 Updated Branches: refs/heads/master 887058519 -> 231241c3f
Increase test timeout Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/231241c3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/231241c3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/231241c3 Branch: refs/heads/master Commit: 231241c3fdf1119d8b3fcc419b9191ffc9f0eb3e Parents: 8870585 Author: Mikael Ståldal <[email protected]> Authored: Wed Sep 30 10:57:20 2015 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Wed Sep 30 10:57:20 2015 +0200 ---------------------------------------------------------------------- .../log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/231241c3/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java index 8e9a73d..fb37f09 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/AsyncAppenderShutdownTimeoutTest.java @@ -31,7 +31,7 @@ public class AsyncAppenderShutdownTimeoutTest { @ClassRule public static LoggerContextRule init = new LoggerContextRule("log4j-asynch-shutdownTimeout.xml"); - @Test(timeout = 2000) + @Test(timeout = 5000) public void shutdownTest() throws Exception { final LoggerContext ctx = (LoggerContext)LogManager.getContext(false); final Logger logger = ctx.getLogger("Logger");
