File: surefire-settings.patch

package info (click to toggle)
libslf4j-java 1.7.32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,108 kB
  • sloc: java: 13,212; xml: 1,993; sh: 27; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>