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 <[email protected]>
Authored: Thu Nov 6 15:41:38 2014 +0000
Committer: Steve Loughran <[email protected]>
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";
 

Reply via email to