You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/06 16:49:58 UTC

[1/2] git commit: SLIDER-621 increase default test timeout to 30 min

Repository: incubator-slider
Updated Branches:
  refs/heads/develop b39a73383 -> b7fa6895d
  refs/heads/releases/slider-0.60 928cd5821 -> 3fbaa5224


SLIDER-621 increase default test timeout to 30 min


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

Branch: refs/heads/develop
Commit: b7fa6895df8512b49d940985fa841450b842f3c9
Parents: b39a733
Author: Steve Loughran <st...@apache.org>
Authored: Thu Nov 6 15:41:38 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Nov 6 15:49:09 2014 +0000

----------------------------------------------------------------------
 .../java/org/apache/slider/common/SliderXMLConfKeysForTesting.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b7fa6895/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
----------------------------------------------------------------------
diff --git a/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java b/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
index bc1eaba..eb55c71 100644
--- a/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
+++ b/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
@@ -41,7 +41,7 @@ public interface SliderXMLConfKeysForTesting {
 
   String KEY_TEST_TIMEOUT = "slider.test.timeout.seconds";
 
-  int DEFAULT_TEST_TIMEOUT_SECONDS = 10 * 60;
+  int DEFAULT_TEST_TIMEOUT_SECONDS = 30 * 60;
 
   String KEY_TEST_HBASE_LAUNCH_TIME = "slider.test.hbase.launch.wait.seconds";
 


[2/2] git commit: SLIDER-621 increase default test timeout to 30 min

Posted by st...@apache.org.
SLIDER-621 increase default test timeout to 30 min


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/3fbaa522
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/3fbaa522
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/3fbaa522

Branch: refs/heads/releases/slider-0.60
Commit: 3fbaa52245c310057e6496ee558a235f7672af7f
Parents: 928cd58
Author: Steve Loughran <st...@apache.org>
Authored: Thu Nov 6 15:41:38 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Nov 6 15:49:45 2014 +0000

----------------------------------------------------------------------
 .../java/org/apache/slider/common/SliderXMLConfKeysForTesting.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/3fbaa522/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
----------------------------------------------------------------------
diff --git a/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java b/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
index bc1eaba..eb55c71 100644
--- a/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
+++ b/slider-core/src/main/java/org/apache/slider/common/SliderXMLConfKeysForTesting.java
@@ -41,7 +41,7 @@ public interface SliderXMLConfKeysForTesting {
 
   String KEY_TEST_TIMEOUT = "slider.test.timeout.seconds";
 
-  int DEFAULT_TEST_TIMEOUT_SECONDS = 10 * 60;
+  int DEFAULT_TEST_TIMEOUT_SECONDS = 30 * 60;
 
   String KEY_TEST_HBASE_LAUNCH_TIME = "slider.test.hbase.launch.wait.seconds";