Berkof commented on a change in pull request #9392:
URL: https://github.com/apache/ignite/pull/9392#discussion_r745553029



##########
File path: 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/stat/StatisticsConfigurationTest.java
##########
@@ -231,7 +231,9 @@ public void checkClientNode() throws Exception {
 
         IgniteEx client = startClientGrid("cli");
 
-        collectStatistics(SMALL_TARGET);
+        Thread.sleep(1000);

Review comment:
       Replaced with awaitPartitionMapExchange with slightly bigger collection 
timeout to make tests more stable.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to