Procházet zdrojové kódy

[merge from 6.7] Attempt at evening the load of the integration tests by starting all lightweight servers immediately and the more heavy servers later on

svn changeset:22779/svn branch:6.8
tags/7.0.0.alpha2
Artur Signell před 12 roky
rodič
revize
94dddf055a
1 změnil soubory, kde provedl 1 přidání a 7 odebrání
  1. 1
    7
      tests/integration_tests.xml

+ 1
- 7
tests/integration_tests.xml Zobrazit soubor

@@ -140,19 +140,13 @@
</antcall>
</target>
<target name="integration-test-jetty8">
<antcall target="run-generic-integration-test">
<param name="target-server" value="jetty8" />
</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" />

Načítá se…
Zrušit
Uložit