Skip to content

Commit

Permalink
Exclude old guice from cucumber project. Increase retries count
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed May 14, 2024
1 parent 82b4a08 commit e75c1b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions aquality-appium-mobile-template-cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand All @@ -45,6 +49,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"timeoutCommand":180
},
"retry": {
"number": 2,
"number": 3,
"pollingInterval": 300
},
"logger": {
Expand Down

0 comments on commit e75c1b5

Please sign in to comment.