Skip to content

Commit

Permalink
increase timeout to make tests pass in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lehrner <[email protected]>
  • Loading branch information
daniellehrner committed Jan 22, 2025
1 parent 3d5e5f1 commit 2a47bfb
Showing 1 changed file with 1 addition and 1 deletion.
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(800, TimeUnit.MILLISECONDS);
voidCompletableFuture.get(5, TimeUnit.SECONDS);
assertThat(voidCompletableFuture).isCompleted();

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

0 comments on commit 2a47bfb

Please sign in to comment.