diff options
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 14fa836a52..0c62d560c3 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -139,14 +139,13 @@ <param name="target-server" value="jetty7" />
</antcall>
</target>
-
+
<target name="integration-test-jetty8">
<antcall target="run-generic-integration-test">
- <param name="startDelay" value="300" />
<param name="target-server" value="jetty8" />
</antcall>
</target>
-
+
<target name="integration-test-jboss3">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -269,15 +268,16 @@ <param name="target-server" value="weblogic10" />
</antcall>
</target>
-
+
<target name="integration-test-weblogic12">
<antcall target="run-generic-integration-test">
+ <param name="startDelay" value="600" />
<param name="target-port" value="7001" />
<param name="target-server" value="weblogic12" />
</antcall>
</target>
-
-
+
+
<target name="integration-test-weblogicPortal">
<fileset dir="integration-testscripts" id="html-test-files" includes="weblogic-portal/integration-test-WebLogic-Portal-10.3.2-portlet2.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
|