Skip to content

Commit

Permalink
fix flaky test testSubmitMessageWithCommitResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzhifengchen committed Mar 13, 2024
1 parent d73a84e commit 6413ff5
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 6413ff5

Please sign in to comment.