diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-19 16:17:37 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-19 16:17:37 +0000 |
commit | 6da82c3ed2d7970d16d9bd9e80ac35c307bff242 (patch) | |
tree | cc028dd2947bc2c68bf8041e285bbf11b8f4a235 /tests/integration_tests.xml | |
parent | fd4eaf2cfa5e7b690e1acf37eb953e7b2087c0f1 (diff) | |
download | vaadin-framework-6da82c3ed2d7970d16d9bd9e80ac35c307bff242.tar.gz vaadin-framework-6da82c3ed2d7970d16d9bd9e80ac35c307bff242.zip |
#8271 Enabled Jetty 8 test
svn changeset:22711/svn branch:6.7
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 5 |
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" />
|