Pax exam bug workaround
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>