mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yannick Lecaillez
17.09.2016 d63e4e89ee30c494060b1f022cfdd38175034e28
Set the failsafe-plugin timeout at 30min to prevent the process to run
forever in case of deadlock/infinite loop.
1 files modified
1 ■■■■ changed files
opendj-server-legacy/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -1248,6 +1248,7 @@
                </goals>
                <configuration>
                  <testSourceDirectory>src/test/java</testSourceDirectory>
                  <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
                  <excludes>
                    <exclude>org/opends/server/snmp/**</exclude>
                    <exclude>org/opends/quicksetup/**</exclude>