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

Reply via email to