You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/06/25 00:53:02 UTC

spark git commit: [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuite

Repository: spark
Updated Branches:
  refs/heads/master dca21a83a -> 7daa70292


[SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuite

https://issues.apache.org/jira/browse/SPARK-8567

Author: Yin Huai <yh...@databricks.com>

Closes #6957 from yhuai/SPARK-8567 and squashes the following commits:

62dff5b [Yin Huai] Increase the timeout.


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

Branch: refs/heads/master
Commit: 7daa70292e47be6a944351ef00c770ad4bcb0877
Parents: dca21a8
Author: Yin Huai <yh...@databricks.com>
Authored: Wed Jun 24 15:52:58 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Wed Jun 24 15:52:58 2015 -0700

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/7daa7029/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
index d85516a..b875e52 100644
--- a/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
+++ b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
@@ -95,7 +95,7 @@ class HiveSparkSubmitSuite
     ))
 
     try {
-      val exitCode = failAfter(120 seconds) { process.exitValue() }
+      val exitCode = failAfter(180 seconds) { process.exitValue() }
       if (exitCode != 0) {
         fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
       }


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