Skip to content

Commit

Permalink
Merge pull request #13 from ericzhifengchen/main
Browse files Browse the repository at this point in the history
fix flaky test testSubmitMessageWithCommitResponse
  • Loading branch information
ericzhifengchen authored Mar 13, 2024
2 parents d73a84e + 6413ff5 commit 8d22760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void testSubmitMessageWithSameClusterShouldNotBeFiltered() throws Excepti
dispatcherMessageArgumentCaptor.getValue().getItem().getGrpcMessage().getDispatchAttempt());
}

@Test(timeout = 5000)
@Test(timeout = 10000)
public void testSubmitMessageWithCommitResponse() throws Exception {
processor.start();
CompletableFuture<DispatcherResponse> dispatcherFuture = new CompletableFuture<>();
Expand Down

0 comments on commit 8d22760

Please sign in to comment.