Reidddddd commented on a change in pull request #3134:
URL: https://github.com/apache/hbase/pull/3134#discussion_r609688975



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin2.java
##########
@@ -95,7 +95,7 @@ public static void setUpBeforeClass() throws Exception {
     //HBASE-18014, don't Know why @Test (timeout=30000) attribute doesn't work 
when
     //calling enableTable.So I have to set the sync wait time to a short time 
to timeout
     //the test of testEnableTableAfterprocessedServersCleaned
-    TEST_UTIL.getConfiguration().setInt("hbase.client.sync.wait.timeout.msec", 
30000);
+    TEST_UTIL.getConfiguration().setInt("hbase.client.sync.wait.timeout.msec", 
300000);

Review comment:
       Because most of timeout here is 300000, that's why I set this number.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to