LuciferYang commented on code in PR #51149:
URL: https://github.com/apache/spark/pull/51149#discussion_r2214779565


##########
dev/run-tests.py:
##########
@@ -255,7 +278,7 @@ def build_spark_sbt(extra_profiles):
 
     print("[info] Building Spark using SBT with these arguments: ", " 
".join(profiles_and_goals))
 
-    exec_sbt(profiles_and_goals)
+    exec_sbt(profiles_and_goals, retry=3)

Review Comment:
   Would it be better to make `retry` a configurable environment variable with 
a default value of 3?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to