提交 f72743f1 编写于 作者: K Kohsuke Kawaguchi

run the test with timeout option

上级 5b03fb00
......@@ -53,9 +53,9 @@ THE SOFTWARE.
</plugin>
<plugin>
<!-- see http://maven-junit-plugin.kenai.com/ for more info -->
<groupId>com.sun.maven</groupId>
<groupId>org.kohsuke</groupId>
<artifactId>maven-junit-plugin</artifactId>
<version>1.8</version>
<version>1.9</version>
<executions>
<execution>
<goals>
......@@ -65,6 +65,7 @@ THE SOFTWARE.
<fork>true</fork>
<concurrency>${concurrency}</concurrency>
<argLine>-Dfile.encoding=UTF-8</argLine>
<timeout>300</timeout>
<systemProperties>
<property>
<!-- use AntClassLoader that supports predictable file handle release -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册