sashapolo commented on code in PR #2914:
URL: https://github.com/apache/ignite-3/pull/2914#discussion_r1413474264
##########
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:
There's a `throwFast` group of methods that use 1 second timeout, so the
current behavior is strange. Also, the regular `CompletableFutureMatcher` has a
default timeout of 30 seconds.
--
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]