You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/21 12:26:21 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: Pax exam bug workaround

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 58689df  Pax exam bug workaround
58689df is described below

commit 58689df3721517dfb33ab0b40505195c469d0aea
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 21 13:26:07 2020 +0100

    Pax exam bug workaround
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f1a4883..154432d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,8 @@
                 <configuration>
                     <argLine>${pax.vm.options}</argLine>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                    <!-- pax exam bug, often times out at exit -->
+                    <forkedProcessExitTimeoutInSeconds>1</forkedProcessExitTimeoutInSeconds>
                     <systemProperties>
                         <property>
                         <name>bundle.filename</name>