tkalkirill commented on code in PR #2914:
URL: https://github.com/apache/ignite-3/pull/2914#discussion_r1413469930
##########
modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/matchers/CompletableFutureExceptionMatcher.java:
##########
@@ -37,7 +36,7 @@
*/
public class CompletableFutureExceptionMatcher extends
TypeSafeMatcher<CompletableFuture<?>> {
/** Timeout in seconds. */
- private static final int TIMEOUT_SECONDS = 1;
+ private static final int TIMEOUT_SECONDS = 10;
Review Comment:
Don't you think that's too much? It's better to return 1 second.
--
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]