You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/15 12:12:04 UTC

[3/3] camel git commit: Add longer timeout for jmh tests

Add longer timeout for jmh tests


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/32edf80c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/32edf80c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/32edf80c

Branch: refs/heads/master
Commit: 32edf80c5a9dda2ad48e0317cbf32552f3a196a4
Parents: 320eff0
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Jul 15 14:11:41 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Jul 15 14:11:41 2017 +0200

----------------------------------------------------------------------
 tests/camel-jmh/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/32edf80c/tests/camel-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-jmh/pom.xml b/tests/camel-jmh/pom.xml
index c1514cc..abd4ff8 100644
--- a/tests/camel-jmh/pom.xml
+++ b/tests/camel-jmh/pom.xml
@@ -125,6 +125,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <version>${maven-surefire-plugin-version}</version>
             <configuration>
+              <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
               <includes>
                 <include>**/*Test.java</include>
               </includes>