You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2021/03/18 11:32:14 UTC

[ignite] branch ignite-14337 created (now 1072e55)

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

av pushed a change to branch ignite-14337
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 1072e55  Wip

This branch includes the following new commits:

     new 1072e55  Wip

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: Wip

Posted by av...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-14337
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 1072e55a404be335e810dfc9ba3f6c2dd8437fc7
Author: Anton Vinogradov <av...@apache.org>
AuthorDate: Thu Mar 18 14:31:32 2021 +0300

    Wip
---
 modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py | 2 +-
 modules/ducktests/tests/ignitetest/tests/discovery_test.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py b/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
index 0e08311..38f8279 100644
--- a/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
+++ b/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
@@ -62,7 +62,7 @@ class CellularAffinity(IgniteTest):
     NODES_PER_CELL = 3
     ZOOKEPER_CLUSTER_SIZE = 3
 
-    FAILURE_DETECTION_TIMEOUT = 500
+    FAILURE_DETECTION_TIMEOUT = 2000
     ZOOKEPER_SESSION_TIMEOUT = FAILURE_DETECTION_TIMEOUT
 
     ATTRIBUTE = "CELL"
diff --git a/modules/ducktests/tests/ignitetest/tests/discovery_test.py b/modules/ducktests/tests/ignitetest/tests/discovery_test.py
index f4622c7..3e82085 100644
--- a/modules/ducktests/tests/ignitetest/tests/discovery_test.py
+++ b/modules/ducktests/tests/ignitetest/tests/discovery_test.py
@@ -83,7 +83,7 @@ class DiscoveryTest(IgniteTest):
 
     WARMUP_DATA_AMOUNT = 10_000
 
-    DEFAULT_DETECTION_TIMEOUT = 1000
+    DEFAULT_DETECTION_TIMEOUT = 2000
 
     def __init__(self, test_context):
         super().__init__(test_context=test_context)