提交 393e0c3d 编写于 作者: O Olivier Lamy

upgrade surefire to 2.7.2 and add a timeout for execution to prevent hang

上级 cfc51397
...@@ -113,10 +113,11 @@ THE SOFTWARE. ...@@ -113,10 +113,11 @@ THE SOFTWARE.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version> <version>2.7.2</version>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册