There was an error while loading. Please reload this page.
1 parent d86feaf commit 0d9ec9fCopy full SHA for 0d9ec9f
1 file changed
src/test/java/org/acme/order/service/OrderServiceTests.java
@@ -58,7 +58,7 @@ void testEventIsPublishedWhenOrderIsCreated() {
58
// Update: with Redpanda > 24, this is no longer needed as metadata are refreshed on consumer creation.
59
CompletableFuture<TestResult> testRequestFuture = MicrocksContainer.testEndpointAsync(microcksContainerUrl, kafkaTest);
60
61
- TimeUnit.MILLISECONDS.sleep(500L);
+ TimeUnit.MILLISECONDS.sleep(750L);
62
63
// Invoke the application to create an order.
64
Order createdOrder = service.placeOrder(info);
0 commit comments