This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 864d110  PHOENIX-6233 QueryTimeoutIT fails sometimes.
864d110 is described below

commit 864d110e9387986c903c25e65c3444df5cc29af1
Author: Richard Antal <antal97rich...@gmail.com>
AuthorDate: Tue Nov 24 16:27:17 2020 +0100

    PHOENIX-6233 QueryTimeoutIT fails sometimes.
---
 phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryTimeoutIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryTimeoutIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryTimeoutIT.java
index ec2dc67..500dd94 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryTimeoutIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryTimeoutIT.java
@@ -106,7 +106,7 @@ public class QueryTimeoutIT extends 
BaseUniqueNamesOwnClusterIT {
     
     @Test
     public void testQueryTimeout() throws Exception {
-        int nRows = 30000;
+        int nRows = 60000;
         Connection conn;
         Properties props = PropertiesUtil.deepCopy(TEST_PROPERTIES);
         conn = DriverManager.getConnection(getUrl(), props);

Reply via email to