Skip to content

Commit

Permalink
Merge branch 'refactor/simplify-project-structure' into test/validati…
Browse files Browse the repository at this point in the history
…on-workflow
  • Loading branch information
mcollovati authored Dec 24, 2023
2 parents ac14fd6 + 27c1815 commit 9a835d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vertx-vaadin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,13 @@
<configuration>
<trimStackTrace>false</trimStackTrace>
<enableAssertions>true</enableAssertions>
<!--
<parallel>none</parallel>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<threadCount>1</threadCount>
-->
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<systemPropertyVariables>
<com.vaadin.testbench.Parameters.testsInParallel>1
<com.vaadin.testbench.Parameters.testsInParallel>4
</com.vaadin.testbench.Parameters.testsInParallel>
<com.vaadin.testbench.Parameters.maxAttempts>2
</com.vaadin.testbench.Parameters.maxAttempts>
Expand Down

0 comments on commit 9a835d6

Please sign in to comment.