Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
[fix][test] fix flaky test shouldProvideConsistentAnswerToTopicLookup…
Browse files Browse the repository at this point in the history
…sUsingAdminApi (apache#22249)
  • Loading branch information
liangyepianzhou authored Mar 12, 2024
1 parent 43f9d2a commit d15e87d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void shouldAllBrokersBeAbleToGetTheLeader() {
});
}

@Test(timeOut = 60000L)
@Test(timeOut = 120000L)
public void shouldProvideConsistentAnswerToTopicLookupsUsingAdminApi()
throws PulsarAdminException, ExecutionException, InterruptedException {
String namespace = "public/ns" + UUID.randomUUID();
Expand Down

0 comments on commit d15e87d

Please sign in to comment.