aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/integration_tests.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index 7b4e9757e5..14a75191fe 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -139,13 +139,14 @@
<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" />