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 <[email protected]> Authored: Sat Jul 15 14:11:41 2017 +0200 Committer: Claus Ibsen <[email protected]> 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>
