You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/08 13:17:44 UTC

[GitHub] [hbase] Reidddddd commented on a change in pull request #3134: HBASE-25748 [Flake Test][branch-1] TestAdmin2

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:
users@infra.apache.org