tgravescs commented on a change in pull request #24634: [SPARK-27361][YARN] YARN support for GPU-aware scheduling URL: https://github.com/apache/spark/pull/24634#discussion_r287093226
########## File path: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ########## @@ -172,7 +172,7 @@ class DAGSchedulerSuite extends SparkFunSuite with LocalSparkContext with TimeLi } /** Length of time to wait while draining listener events. */ - val WAIT_TIMEOUT_MILLIS = 10000 + val WAIT_TIMEOUT_MILLIS = 30000 Review comment: I was seeing some intermittent timeouts on this test so increased, I can back it out if people think this is to long. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
