summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-07-21 09:18:38 +0000
committerHenri Sara <henri.sara@itmill.com>2011-07-21 09:18:38 +0000
commit80fb33ce9e064c1f27eb59d8673373eea6cfa2cc (patch)
tree21e6f40b6883c664b03b4a2669d026f30dfee6a8 /build
parent6c4448a4ad00419f9c98febaa3742c2ac9602aac (diff)
downloadvaadin-framework-80fb33ce9e064c1f27eb59d8673373eea6cfa2cc.tar.gz
vaadin-framework-80fb33ce9e064c1f27eb59d8673373eea6cfa2cc.zip
Run tests twice by default
svn changeset:19863/svn branch:6.6
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 848a30a377..c2cda5b50c 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1264,7 +1264,7 @@
<property name="output-dir" value="${output-dir}"/>
<!-- Convert tests to run multiple times if failed. -->
- <property name="retries" value="1"/>
+ <property name="retries" value="2"/>
<property name="package.filename" value="${package.filename}"/>
<property name="testing.testarea" value="/tmp/testarea"/>