You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2017/12/05 02:30:59 UTC

[2/2] knox git commit: KNOX-1129 - bump timeout for GatewayBasicFuncTest.testCLIServiceTest

KNOX-1129 - bump timeout for GatewayBasicFuncTest.testCLIServiceTest

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

Branch: refs/heads/master
Commit: 8df6e80e48bca4aeec32f0fa2bfdacecf4730cd0
Parents: e482e2e
Author: Larry McCay <lm...@hortonworks.com>
Authored: Mon Dec 4 21:30:45 2017 -0500
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Mon Dec 4 21:30:45 2017 -0500

----------------------------------------------------------------------
 .../test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/8df6e80e/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
----------------------------------------------------------------------
diff --git a/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java b/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
index 7fadb74..210fe5a 100644
--- a/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
+++ b/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
@@ -3646,7 +3646,7 @@ public class GatewayBasicFuncTest {
     LOG_EXIT();
   }
 
-  @Test( timeout = TestUtils.MEDIUM_TIMEOUT )
+  @Test( timeout = TestUtils.LONG_TIMEOUT )
   public void testCLIServiceTest() throws Exception {
     LOG_ENTER();