seanli-rallyhealth commented on a change in pull request #28584:
URL: https://github.com/apache/spark/pull/28584#discussion_r429987283
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/BarrierTaskContextSuite.scala
##########
@@ -37,10 +37,10 @@ class BarrierTaskContextSuite extends SparkFunSuite with
LocalSparkContext with
.setAppName("test-cluster")
.set(TEST_NO_STAGE_RETRY, true)
sc = new SparkContext(conf)
+ TestUtils.waitUntilExecutorsUp(sc, numWorker, 60000)
Review comment:
can 60000 be configurable?
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/BarrierTaskContextSuite.scala
##########
@@ -37,10 +37,10 @@ class BarrierTaskContextSuite extends SparkFunSuite with
LocalSparkContext with
.setAppName("test-cluster")
.set(TEST_NO_STAGE_RETRY, true)
sc = new SparkContext(conf)
+ TestUtils.waitUntilExecutorsUp(sc, numWorker, 60000)
Review comment:
can 60000 be configurable?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]