attilapiros commented on a change in pull request #24314:
[SPARK-27404][CORE][SQL][STREAMING][YARN] Fix build warnings for 3.0:
postfixOps edition
URL: https://github.com/apache/spark/pull/24314#discussion_r273037969
##########
File path: core/src/test/scala/org/apache/spark/rpc/RpcEnvSuite.scala
##########
@@ -658,7 +657,7 @@ abstract class RpcEnvSuite extends SparkFunSuite with
BeforeAndAfterAll {
})
val rpcEndpointRef = remoteEnv.setupEndpointRef(localEnv.address,
"send-authentication")
rpcEndpointRef.send("hello")
- eventually(timeout(5 seconds), interval(10 millis)) {
+ eventually(timeout(5.seconds), interval(10.millis)) {
Review comment:
Of course this is just a Nit as both correct (but from your previous changes
I have the feeling milliseconds is prefered).
----------------------------------------------------------------
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]