Skip to content

Commit 0d9ec9f

Browse files
committed
fix: try expand the start timeout so that listener is ready
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent d86feaf commit 0d9ec9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/acme/order/service/OrderServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void testEventIsPublishedWhenOrderIsCreated() {
5858
// Update: with Redpanda > 24, this is no longer needed as metadata are refreshed on consumer creation.
5959
CompletableFuture<TestResult> testRequestFuture = MicrocksContainer.testEndpointAsync(microcksContainerUrl, kafkaTest);
6060

61-
TimeUnit.MILLISECONDS.sleep(500L);
61+
TimeUnit.MILLISECONDS.sleep(750L);
6262

6363
// Invoke the application to create an order.
6464
Order createdOrder = service.placeOrder(info);

0 commit comments

Comments
 (0)