]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added sleep to integration tests
authorMikael Grankvist <mikael.grankvist@itmill.com>
Tue, 22 Jun 2010 12:55:29 +0000 (12:55 +0000)
committerMikael Grankvist <mikael.grankvist@itmill.com>
Tue, 22 Jun 2010 12:55:29 +0000 (12:55 +0000)
svn changeset:13864/svn branch:6.4

build/build.xml

index 9fbcb99c588e037a52e4e17d1337d0cdf9539e54..d792192267b8a0143a22e848018654865bf12229 100644 (file)
         <property name="passphrase" value="" />
        <property name="demo.war" location="${result-path}/${product-file}-demo-${version.full}.war" />
 
+       <!-- Sleep before running integration tests so testbench tests have time to compile and start -->
+       <sleep minutes="4" />
+       
         <!-- Run the separate test script. -->
         <ant antfile="tests/integration_tests.xml" target="integration-test-all" inheritall="false" inheritrefs="true">
               <!-- This is provided so that the test script can copy the -->