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


##########
core/src/test/scala/org/apache/spark/SparkFunSuite.scala:
##########
@@ -147,7 +150,10 @@ abstract class SparkFunSuite
     if (excluded.contains(testName)) {
       ignore(s"$testName (excluded)")(testBody)
     } else {
-      super.test(testName, testTags: _*)(testBody)
+      val timeout = sys.props.getOrElse("spark.test.timeout", "20").toLong

Review Comment:
   Add a un-document config `spark.test.timeout` and default value is 20, Units 
is Minutes



-- 
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