From 9048bc1a5e6b6b94d29db24aed7fc5e6547b4ee9 Mon Sep 17 00:00:00 2001 From: artur-ciocanu Date: Thu, 20 Jun 2024 10:56:12 -0700 Subject: [PATCH] Increase Kafka container wait time for HTTP bindings examples (#1054) --- examples/src/main/java/io/dapr/examples/bindings/http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/main/java/io/dapr/examples/bindings/http/README.md b/examples/src/main/java/io/dapr/examples/bindings/http/README.md index 4ee7f931e..552e92759 100644 --- a/examples/src/main/java/io/dapr/examples/bindings/http/README.md +++ b/examples/src/main/java/io/dapr/examples/bindings/http/README.md @@ -60,7 +60,7 @@ Before getting into the application code, follow these steps in order to set up name: Setup kafka container expected_stderr_lines: - 'Creating network "http_default" with the default driver' -sleep: 5 +sleep: 20 --> ```bash