[436064] org.eclipse.jst.ws.cxf.tests.AllTestsSuite hanging with
OutOfMemoryError PermGen space
diff --git a/tests/org.eclipse.jst.ws.cxf.tests/pom.xml b/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
index ed52195..b17949c 100644
--- a/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
+++ b/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
@@ -37,6 +37,7 @@
         <artifactId>tycho-surefire-plugin</artifactId>
         <version>${tycho.version}</version>
         <configuration>
+          <argLine>-XX:MaxPermSize=128m</argLine>
           <useUIHarness>true</useUIHarness>
           <useUIThread>true</useUIThread>
           <dependencies>