Repository: spark
Updated Branches:
  refs/heads/master a88c66ca8 -> fa6a4fbf0


[SPARK-11134][CORE] Increase LauncherBackendSuite timeout.

This test can take a little while to finish on slow / loaded machines.

Author: Marcelo Vanzin <van...@cloudera.com>

Closes #9235 from vanzin/SPARK-11134.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fa6a4fbf
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fa6a4fbf
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fa6a4fbf

Branch: refs/heads/master
Commit: fa6a4fbf08c8cca36cbe9f0d2bd20bc7be2ca45d
Parents: a88c66c
Author: Marcelo Vanzin <van...@cloudera.com>
Authored: Thu Oct 22 22:41:21 2015 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Thu Oct 22 22:41:21 2015 -0700

----------------------------------------------------------------------
 .../scala/org/apache/spark/launcher/LauncherBackendSuite.scala   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fa6a4fbf/core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala
----------------------------------------------------------------------
diff --git 
a/core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala 
b/core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala
index 07e8869..639d1da 100644
--- a/core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala
+++ b/core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala
@@ -54,13 +54,13 @@ class LauncherBackendSuite extends SparkFunSuite with 
Matchers {
       .startApplication()
 
     try {
-      eventually(timeout(10 seconds), interval(100 millis)) {
+      eventually(timeout(30 seconds), interval(100 millis)) {
         handle.getAppId() should not be (null)
       }
 
       handle.stop()
 
-      eventually(timeout(10 seconds), interval(100 millis)) {
+      eventually(timeout(30 seconds), interval(100 millis)) {
         handle.getState() should be (SparkAppHandle.State.KILLED)
       }
     } finally {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to