You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/22 11:51:29 UTC

[GitHub] [spark] srowen commented on a change in pull request #24434: [SPARK-27460][FOLLOW-UP][TESTS] Fix flaky tests

srowen commented on a change in pull request #24434: [SPARK-27460][FOLLOW-UP][TESTS] Fix flaky tests
URL: https://github.com/apache/spark/pull/24434#discussion_r277271707
 
 

 ##########
 File path: resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
 ##########
 @@ -205,15 +205,15 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
       .startApplication()
 
     try {
-      eventually(timeout(30.seconds), interval(100.milliseconds)) {
+      eventually(timeout(180.seconds), interval(100.milliseconds)) {
 
 Review comment:
   You can write "3.minutes" in cases like this and others below, but it doesn't matter.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org