adityamukho commented on code in PR #6703:
URL: https://github.com/apache/ignite-3/pull/6703#discussion_r2405898249
##########
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManagerTest.java:
##########
@@ -283,7 +283,7 @@ void
testConcurrentWritesWithClose(@InjectExecutorService(threadCount = 10) Exec
if (i == batches.size() - 1) {
assertNotNull(stopTask);
- stopTask.get(1, TimeUnit.SECONDS);
+ assertThat(stopTask, willCompleteSuccessfully());
Review Comment:
Just thinking aloud - should there be a stricter timeout enforced than the
default 30 seconds afforded by `willCompleteSuccessfully()`?
--
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]