iamsanjay commented on code in PR #2665:
URL: https://github.com/apache/solr/pull/2665#discussion_r1733950507


##########
gradle/testing/defaults-tests.gradle:
##########
@@ -181,6 +181,13 @@ allprojects {
         // Print some diagnostics about locations used.
         logger.info("Test folders for {}: cwd={}, tmp={}", project.path, 
testsCwd, testsTmpDir)
       }
+      if(isCIBuild) {
+        retry {
+          maxRetries = 20
+          maxFailures = 20

Review Comment:
   Ohh did I commit `maxRetries = 20`. No It should not be that high, I believe 
I have committed the setting that I was testing for the randomization 
functionality. I think `maxRetries = 3` is alright.
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to