Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Java 21 for build and runtime #7177

Merged
merged 15 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(test): BackwardSyncAlgSpec slightly increase timeout to pass it i…
…n CI

Signed-off-by: Usman Saleem <usman@usmans.info>
  • Loading branch information
usmansaleem committed Jun 6, 2024
commit 0a949acd57fc12be4bcc40e8f4553196b6c6766d
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void shouldAwokeWhenConditionReachedAndReady() throws Exception {

completionCaptor.getValue().onInitialSyncCompleted();

voidCompletableFuture.get(500, TimeUnit.MILLISECONDS);
voidCompletableFuture.get(800, TimeUnit.MILLISECONDS);
assertThat(voidCompletableFuture).isCompleted();

verify(context.getSyncState()).unsubscribeTTDReached(88L);
Expand Down
Loading