aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/tb3test.xml
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-10-04 21:25:47 +0300
committerVaadin Code Review <review@vaadin.com>2014-10-07 12:47:04 +0000
commit7d4884fab4b224c2cff88038ceed51cb554d575a (patch)
treec5f63a93abf34420f6b34eada00adf0c7f37b1d5 /uitest/tb3test.xml
parent3eede8ca8ac1db34400288f534a1088d301a7cee (diff)
downloadvaadin-framework-7d4884fab4b224c2cff88038ceed51cb554d575a.tar.gz
vaadin-framework-7d4884fab4b224c2cff88038ceed51cb554d575a.zip
Activated RetryOnFail on AbstractTB3Test.
Change-Id: I7d000593ba77f2edf7743775dbd8d7241c33e36a
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r--uitest/tb3test.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml
index a39725f1bb..975298926e 100644
--- a/uitest/tb3test.xml
+++ b/uitest/tb3test.xml
@@ -8,6 +8,7 @@
<property name="categories.include" value="" />
<property name="categories.exclude" value="" />
<property name="useLocalWebDriver" value="false" />
+ <property name="com.vaadin.testbench.max.retries" value="0" />
<ivy:resolve file="${tb3test.dir}/ivy.xml" conf="build, build-provided" />
<ivy:cachepath pathid="classpath.tb3.lib" conf="build, build-provided" />
@@ -39,6 +40,7 @@
<jvmarg value="-Dcategories.include=${categories.include}" />
<jvmarg value="-Dcategories.exclude=${categories.exclude}" />
<jvmarg value="-DuseLocalWebDriver=${useLocalWebDriver}" />
+ <jvmarg value="-Dcom.vaadin.testbench.max.retries=${com.vaadin.testbench.max.retries}" />
<test name="${junit.test.suite}" todir="${report.dir}" />
</junit>