Skip to content
Snippets Groups Projects
Commit fb02da4a authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the hanging tests (#1060960)

parent 1c092a5c
No related branches found
No related tags found
No related merge requests found
libslf4j-java (1.7.32-2) unstable; urgency=medium
* Fixed the hanging tests (#1060960)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 10 Jun 2025 13:58:30 +0200
libslf4j-java (1.7.32-1) unstable; urgency=medium
* New upstream release
......
slf4j-api-MANIFEST.patch
disable-MultithreadedInitializationTest.patch
surefire-settings.patch
Description: Fixes the hanging tests
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1060960
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
- <forkCount>2C</forkCount>
+ <forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<reportFormat>plain</reportFormat>
<trimStackTrace>false</trimStackTrace>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment