You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/25 07:05:01 UTC

[phoenix] branch master updated: PHOENIX-6233 QueryTimeoutIT fails sometimes.

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

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


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

commit cfbd997448a16e01f3d52f03e299450c1b0d2599
Author: Richard Antal <an...@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 42401ef..a2f2364 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);