diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-22 12:55:29 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-22 12:55:29 +0000 |
commit | ca7dba8299f74fcf3a4e59219ee6d5d88cc4191b (patch) | |
tree | 843c7ef0c5536dafba93821f9420bec0492afcde /build/build.xml | |
parent | 8435511402daf3e70a1681a233dc7e4dcd1662cd (diff) | |
download | vaadin-framework-ca7dba8299f74fcf3a4e59219ee6d5d88cc4191b.tar.gz vaadin-framework-ca7dba8299f74fcf3a4e59219ee6d5d88cc4191b.zip |
Added sleep to integration tests
svn changeset:13864/svn branch:6.4
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 9fbcb99c58..d792192267 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1214,6 +1214,9 @@ <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 --> |